-
Updated
Aug 23, 2020 - Objective-C
uicollectionview
Here are 382 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
Aug 26, 2020 - Swift
-
Updated
Feb 18, 2020 - Objective-C
-
Updated
Aug 6, 2020 - Objective-C
-
Updated
Dec 6, 2019 - Swift
-
Updated
May 10, 2020 - Swift
-
Updated
Jul 14, 2020 - Swift
-
Updated
Apr 22, 2020 - Swift
-
Updated
Aug 5, 2020 - Swift
-
Updated
Jun 14, 2020 - Swift
-
Updated
Sep 2, 2020 - Swift
update for iOS 14
iOS 14 UITableViewCell 的 subviews 有了较大变化
- iOS 13 中 TableViewCell 的 subviews
[UITableViewContentView, 自己添加的其他控件]
- iOS 14 中 TableViewCell 的 subviews
[_UISystemBackgroundView, 自己添加的其他控件, UITableViewContentView]
结果是在 iOS 14 上会跳过 _UISystemBackgroundView, 但是把 UITableViewContentView 也画出骨架来.
因为 iOS 14 还未正式发布, 这里目前基于 beta 3 做了简单的 workaround. **直接判断如果是 _UISystemBackgroundView 这
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
Mar 8, 2019 - Objective-C
-
Updated
Nov 8, 2019 - Swift
-
Updated
Jun 9, 2020 - Swift
-
Updated
Feb 7, 2018 - Objective-C
-
Updated
Aug 7, 2020 - Objective-C
-
Updated
Aug 28, 2020 - Swift
-
Updated
Mar 31, 2020 - Swift
-
Updated
Jun 9, 2020 - Swift
-
Updated
Apr 29, 2020 - Swift
-
Updated
May 18, 2017 - Objective-C
-
Updated
Jul 28, 2020 - Swift
-
Updated
Aug 3, 2020 - Swift
-
Updated
Aug 6, 2020 - Swift
-
Updated
Mar 11, 2020 - Swift
-
Updated
Oct 30, 2017 - 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."
What did you do?
Trying to create a showAnimatedSkeleton, where solid color animation change from one color to another:
What did you expect to happen?
Views displaying custom backgroundColor CAAnimation.
What happened instead?
Skeletonable views take default color (clouds) while animation is on, and custom animation is ignored.
Steps to reproduce the behavior