COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200919212838/https://github.com/topics/empty
Here are
103 public repositories
matching this topic...
Placeholder views based on content, loading, error or empty states
Updated
Jun 30, 2019
Swift
A full screen of the HUD when loading the data (Objective-C).
Updated
Jul 3, 2018
Objective-C
Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
Updated
Sep 14, 2018
Swift
简单实用的页面多状态布局(content,loading,empty,error)
✨ StateView is an invisible, zero-sized View that can be used to lazily inflate loadingView/emptyView/retryView at runtime.
Updated
Aug 21, 2020
Java
Updated
Aug 31, 2018
JavaScript
An empty state control to give visually appealing context when building iOS applications.
Updated
Sep 8, 2020
Swift
A lightweight, swift library for displaying emptyView whenever the view(tableView/collectionView) has no content to display, just like DZNEmptyDataSet
Updated
Feb 27, 2019
Swift
由Swift中协议方式实现功能的实用工具库【Refreshable、EmptyDataSetable 支持 Rx 】
Updated
Aug 29, 2020
Swift
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.
Updated
Dec 6, 2019
JavaScript
😥 A library for android that help to show the layout of loading, error, empty etc.
Updated
Nov 21, 2018
Java
A customizable subclass of RecyclerView that draws state displays for loading and empty content states.
Updated
Oct 30, 2018
Java
An easy way to use for view's empty state 一行代码显示空视图,高度自定义
Updated
Aug 23, 2017
Objective-C
Recursively delete all empty folders in a directory and child directories.
Updated
Jul 6, 2020
JavaScript
一个Swift语言封装的EmptyView显示库,可作用于WKWebView、UITableView、UICollectionView 无网络提醒或者空数据提醒
Updated
Oct 15, 2018
Swift
Updated
Jul 16, 2017
JavaScript
Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty
🙈 An empty iOS application project template without a storyboard for Xcode 11.
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.....
Updated
Oct 14, 2019
Swift
UIView显示网络失败,没有数据,其他错误状态,甚至加载中...
Updated
Jun 9, 2018
Objective-C
Check if a directory is empty.
Updated
Nov 7, 2019
JavaScript
Updated
Jun 12, 2018
Objective-C
empty view for tableview and collectionview,空白页,占位图
Updated
Dec 27, 2018
Objective-C
A view controller category which presents UIViews for loading, error and empty states.
Updated
Feb 12, 2018
Objective-C
Updated
Oct 3, 2018
Swift
一款针对于UITableview和UICollectionView数据为空的加载视图
Updated
Apr 20, 2018
Objective-C
The empty smallest DLL file
Updated
Jan 31, 2020
Batchfile
a lightly state layout with animation for android.
Updated
Oct 11, 2017
Java
Filter empty values from arrays and objects.
Updated
Sep 19, 2020
TypeScript
Improve this page
Add a description, image, and links to the
empty
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
empty
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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?