The iPad iOS 7 App Store has a pretty cool animation for when you click on an app icon (from the featured list when the icon is smaller, not a search result). Here is a pict
[UIView transitionFromView:'yourOriginView'
toView:'yourDestination'
duration:0.65f
options:UIViewAnimationOptionTransitionFlipFromLeft/
completion:^(BOOL finished){
// Do your presentation here
}];