I want to create transition animation within a UIView (not from one UIView to another).
I have one UIView that has two UITextView fields with some text in them that comes from a database record. There are next/back buttons on the screen also. When the user pressed the next button, the next record contents are shows.
When this transition is taking place from one record to the next, I want to show some kind of animation of the entire view like CurlUp, FadeIn etc. Is this possible? Is so, can you provide some sample code?