akazadd / NimbleTechTest

This repository contains the iOS technical test project for Nimble - a demonstration of skills in iOS development for the technical evaluation process.
0 stars 0 forks source link

[Feature] Add shimmer loading indicator animation #27

Open minhnimble opened 10 months ago

minhnimble commented 10 months ago

Issue

The application needs to show the initial shimmer loading view with animation after first entering the app with a valid logged-in session. Currently, there is not a full-screen shimmer loading animation, just a native spinning indicator showing on top of the Login button, which does not match the design.

https://github.com/akazadd/NimbleTechTest/assets/70877098/28252633-4988-4a99-80ba-8e26d3800dab

Expect

The animation for the skeleton loading view must be implemented like the following design with a correct animation that glows repeatedly transitioning from left to right.

https://github.com/hanluong/NimbleiOSChallenge/assets/70877098/11247fdd-aa0e-4858-a000-d51dba14566d

akazadd commented 10 months ago

Pull Request -> https://github.com/akazadd/NimbleTechTest/pull/37