EmptyStateKit
EmptyStateKit copied to clipboard
Beautiful, animated & fully customizable empty state view. A great way to engage and keep users whenever the view has no content to display.
public class EmptyState { ... private var tableView: UITableView? ... } 当我 调用 self.tableView.emptyState.show(emptyState) 时, 就会出现循环引用问题; 应该改为 weak var
Using `class` to restrict protocols to just classes is deprecated. Instead we need to use AnyObject. This PR will get rid of 5 warnings: ``` Using 'class' keyword to define...
Please add support Swift package manager thank you
Expect to add modify the frame of the empty view and change the height of the action button
The memory always increase in the custom state of demo project, when you enter and exit again and again.
For some reason this pod can't be used on Xcode 12 anymore. I put following on my pod file ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| if...
Thanks for the framework first of all. I was wondering if there are any plans on supporting landscape mode.
This is my Cartfile: ``` github "alberdev/EmptyStateKit" ``` run: ``` carthage update EmptyStateKit ``` then get the error: ``` *** Checking out EmptyStateKit at "1.1.0" *** xcodebuild output can be...