Skip to content
#

loading

Here are 574 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

drewg233
drewg233 commented Apr 25, 2018

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?

create-content-loader
danilowoz
danilowoz commented Oct 8, 2019

Share your loader with the community.

That's is a way to share your custom loader with the React community. Besides you can help the other developers to create amazing loaders to their interfaces. There are so many ways to build a content loader, show off here!

How to insert a loader?

  1. Build your custom amazing loader;
  2. Create a file with a custom name, [here](https://githu

Improve this page

Add a description, image, and links to the loading 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 loading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.