tquocit / survey-demo

0 stars 0 forks source link

[Question] How to implement loading indicator in the Home screen #2

Open suho opened 10 months ago

suho commented 10 months ago

Issue

Currently, there are no loading indicators on the Home screen, which is different from the design.

image

Could you tell me how to implement the loading indicators like the design?

tquocit commented 10 months ago

Yes. For this one, I planned to improve after complete the main features. To implement this one

  1. We can create UIView+Extensions, and feature showShimmerAnimation. To implement this one, we can create a gradientLayer with CAGradientLayer with corner radius and 2 color. Then we use CABasicAnimation with key "location" and let animation run repeat .infinity
  2. Second solution is we can use a library that I used before: UIView-Shimmer