Skip to content
#

skeleton

Here are 1,184 public repositories matching this topic...

ricardoisidro
ricardoisidro commented Aug 29, 2020

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

laurivers
laurivers commented Jul 24, 2020

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

vim-doge
d-karl
d-karl commented Feb 12, 2020

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

Improve this page

Add a description, image, and links to the skeleton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the skeleton topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.