Reputation: 2431
I'm looking for some 3rd party or code snippets for implementation of the custom animations like this one: https://drive.google.com/open?id=1nwmkBgHYUFGR_rrn9aM6S1CrSLpOb6Jb (take a look at the top bar of progress animations)
I am not strong in animations in iOS and this one looks to me like a complex task with all these bounces etc.
Could you help? Thanks in advance!
Upvotes: 0
Views: 1238
Reputation: 2829
You can find a lot of such 3d party libraries on cocoacontrols. For example:
1) https://www.cocoacontrols.com/controls/absteppedprogressbar
2) https://www.cocoacontrols.com/controls/cmsteppedprogressbar
3) https://github.com/yenbekbay/AYStepperView
Upvotes: 2