Reputation: 6662
This is the menu animation Apple uses on it mobile site. I would like to implement it in my app, as it looks cool. Has anyone recreated this/ is there an builtin option to do this?
to elaborate: I want this animation to get triggered when the left navigation bar item is tapped to reveal a crossover modal segue.
Optionally, what would be the best practice to make this.
Upvotes: 1
Views: 597
Reputation: 8608
You can try FRDLivelyButton. It has the functionality that you are looking for.
Upvotes: 2