-
Updated
Apr 12, 2021 - Swift
uitableview
Here are 468 public repositories matching this topic...
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
-
Updated
May 6, 2021 - Swift
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Apr 22, 2020 - Swift
我不知道是不是我没设置对,我用Storyboard拖了一个Controller,然后加上了TableView和TableViewCell,然后复制了demo里xib的部分代码,运行没有效果,一片白,查看图层是有好多Cell的,但是没有子控件的影子。
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?
-
Updated
Apr 29, 2021 - Swift
-
Updated
May 12, 2021 - Swift
-
Updated
Nov 9, 2020 - Objective-C
-
Updated
Jan 24, 2020 - Swift
-
Updated
Jan 5, 2021 - Swift
-
Updated
Jan 11, 2021 - Swift
-
Updated
Dec 14, 2020 - Swift
-
Updated
Feb 5, 2021 - Swift
-
Updated
Oct 15, 2019 - Swift
-
Updated
Dec 13, 2016 - Objective-C
-
Updated
Jul 28, 2020 - Swift
-
Updated
Mar 11, 2020 - Swift
-
Updated
Aug 27, 2020 - Objective-C
-
Updated
Jan 11, 2019 - Swift
-
Updated
Jan 11, 2021 - Swift
-
Updated
Jan 17, 2021 - Swift
-
Updated
May 4, 2021 - Swift
-
Updated
Mar 6, 2021 - Swift
-
Updated
Apr 23, 2021 - Swift
-
Updated
Apr 30, 2019 - Swift
-
Updated
May 25, 2016 - Objective-C
Improve this page
Add a description, image, and links to the uitableview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uitableview topic, visit your repo's landing page and select "manage topics."
Describe the feature or problem you’d like to solve
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Proposed solution
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?