I am creating a bookmarking feature for my app, I’d like to show the user what happens in a way similar to itunes store, when you buy something it jumps to tabBar. I once watched some WWDC video that explained this, but can’t remember how to do it. Any idea where I should start looking for?
Share
You can take a snapshot of the view you want to animate, then create an image layer, then use Core Animation to animate that to the tab bar. Here’s the code I use to do that: