When you load a view on the iPad it tends to fill the whole screen.

Is there a way to create a "draggable windowed view" on the iPad?

link|improve this question

feedback

1 Answer

You could definitely do that by implementing the various UIResponder methods for touching, but I caution you against this approach, as movable windows will not really feel at home on the iPad. Best of luck to you, though.

link|improve this answer
thanks michael for correcting the link... – learner2010 Apr 25 '11 at 21:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.