Hi,
I'm developing an application where it has multiple view controllers added as subviews (around 5) inside rootviewcontroller.I want to move those subviews from one place to another using touches (Exactly like the "MoveMe" app given by apple sample code).I tried using "MoveME" code to move my subviews which I couldn't do it.. Can anyone please help me on this?....I don't understand how to use it to move my views....
Thanks.....