I'm trying to create a custom transition between two views. The idea is to create the same kind of effect that the "Videos" app in the iPad and the twitter on iPhone have. Anyway, I can't find out how to perform that. I tried to use [UIView transitionWithView: ...] passing nil to options and trying to create layers in the animations block but it's not working at all. I've seen all the videos of Apple at WWDC 2010 and 2011 dealing with the subject but they never explain how to do so ! I also tried to find an answer here but there's no real explanation.
Thanks for your help.
Edit : The effect I'm trying to achieve is the one you can see here http://www.youtube.com/watch?v=SGzL658OAx4 (0:44)