Yes. For this one, I planned to improve after complete the main features. To implement this one
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
Second solution is we can use a library that I used before: UIView-Shimmer
Issue
Currently, there are no loading indicators on the Home screen, which is different from the design.
Could you tell me how to implement the loading indicators like the design?