skeleton
Here are 1,184 public repositories matching this topic...
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
-
Updated
Sep 2, 2020 - PHP
-
Updated
Aug 26, 2020 - PHP
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 31, 2018 - JavaScript
-
Updated
Aug 31, 2020 - PHP
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
May 16, 2020 - JavaScript
-
Updated
May 13, 2020 - Dart
-
Updated
Feb 7, 2018 - PHP
-
Updated
Feb 23, 2018 - JavaScript
-
Updated
Jun 21, 2020 - Kotlin
-
Updated
Dec 11, 2019 - CSS
-
Updated
Jan 8, 2020 - Swift
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Dec 4, 2018 - Python
-
Updated
Sep 1, 2020 - JavaScript
The old behavior without a compile_commands.json present in the working
dir was kept available. If this file is present, the new mechanism
will use the actual compiler flags as specified by the build system to
parse the actual file the user is working in and retrieve info about the
token under the user's cursor.
Prelude
Thank you for helping out DoGe!
By contributing to DoGe you agr
-
Updated
Jul 30, 2020 - Vue
-
Updated
Jan 3, 2020 - Objective-C
Improve this page
Add a description, image, and links to the skeleton topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the skeleton topic, visit your repo's landing page and select "manage topics."
Move all Travis' scripts to Github actions, and split into two workflows: