Anyone knows how to create a nested table view where the nested table "shoots out and deaccelerates" when tapped upon on in iOS? (objective c)
I am thinking of an animation similar to this: http://dl.dropbox.com/u/48118200/motion/transition.html Different from this however is that the note I am expanding from "underneath" has a larger height dimention than the note that I have to cover it. The image below illustrates the concept:
I have tried some UITableViews but so far no luck getting the effect I wanted.
Thank you for your help.
Ed