Placeholder views based on content, loading, error or empty states
-
Updated
Nov 12, 2020 - Swift
{{ message }}
Placeholder views based on content, loading, error or empty states
A full screen of the HUD when loading the data (Objective-C).
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
Android APP缺省页的正确打开方式 高度解耦、低侵入、易拓展 多状态视图状态切换器
A lightweight, swift library for displaying emptyView whenever the view(tableView/collectionView) has no content to display, just like DZNEmptyDataSet
由Swift中协议方式实现功能的实用工具库【Refreshable、EmptyDataSetable 支持 Rx 】
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
Field Validator is one of the smart class for validating fields in a single line of code. It's a very smart code saver class to validate name, password, DOB, Change password, email, phone number and many more.....
一个Swift语言封装的EmptyView显示库,可作用于WKWebView、UITableView、UICollectionView 无网络提醒或者空数据提醒
Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty
UIView显示网络失败,没有数据,其他错误状态,甚至加载中...
empty view for tableview and collectionview,空白页,占位图
A view controller category which presents UIViews for loading, error and empty states.
Empty State library which is fully customizable and simple for any state view use-cases
Add a description, image, and links to the empty topic page so that developers can more easily learn about it.
To associate your repository with the empty topic, visit your repo's landing page and select "manage topics."
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?