-
Updated
Apr 15, 2021 - Objective-C
uicollectionview
Here are 412 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
Mar 23, 2021 - Swift
-
Updated
Sep 20, 2020 - Swift
-
Updated
Feb 18, 2020 - Objective-C
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
May 10, 2020 - Swift
-
Updated
Jul 14, 2020 - Swift
-
Updated
Apr 22, 2020 - Swift
-
Updated
Sep 29, 2020 - Swift
我不知道是不是我没设置对,我用Storyboard拖了一个Controller,然后加上了TableView和TableViewCell,然后复制了demo里xib的部分代码,运行没有效果,一片白,查看图层是有好多Cell的,但是没有子控件的影子。
-
Updated
Apr 11, 2021 - Swift
-
Updated
Jun 14, 2020 - Swift
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
May 1, 2021 - Swift
-
Updated
Mar 8, 2019 - Objective-C
-
Updated
Apr 29, 2021 - Swift
-
Updated
Nov 9, 2020 - Objective-C
-
Updated
May 2, 2021 - Swift
-
Updated
May 9, 2021 - Objective-C
-
Updated
Jan 5, 2021 - Swift
-
Updated
Jan 11, 2021 - Swift
-
Updated
Dec 14, 2020 - Swift
-
Updated
Jan 20, 2021 - Swift
-
Updated
Apr 15, 2021 - Swift
-
Updated
Sep 10, 2020 - Swift
-
Updated
May 2, 2021 - Swift
-
Updated
May 18, 2017 - Objective-C
-
Updated
Jul 28, 2020 - Swift
Improve this page
Add a description, image, and links to the uicollectionview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uicollectionview 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?