-
Updated
Sep 3, 2020 - Swift
loading-animations
Here are 175 public repositories matching this topic...
-
Updated
Aug 26, 2020 - Vue
-
Updated
Jan 24, 2018 - HTML
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 这
-
Updated
Jul 22, 2020 - Dart
-
Updated
Jul 4, 2020 - Java
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 22, 2020 - C++
-
Updated
Jul 3, 2018 - Objective-C
-
Updated
Aug 3, 2020 - CSS
-
Updated
Sep 4, 2020 - CSS
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Jan 8, 2020 - Swift
-
Updated
Aug 17, 2020 - Swift
-
Updated
Apr 26, 2019 - Swift
-
Updated
Oct 7, 2019 - HTML
-
Updated
Jul 30, 2020 - JavaScript
As in subtitle, investigate, wrong detection of repository main language ( is Swift not the Makefile).
-
Updated
Apr 3, 2018 - Java
-
Updated
Apr 16, 2018 - JavaScript
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Jul 3, 2020 - Objective-C
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Aug 17, 2017 - QML
Improve this page
Add a description, image, and links to the loading-animations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loading-animations 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