views:

50

answers:

1

hi, when we create iphone project, one UIWindow is created automatically.In that UIwindow UIViewcontroller's view is added on that window.but i want to create one parent UIWindow on which i have to add two sub window .In that sub windows i have add UIview controllers as normal...is it possible? any help please?

+1  A: 

You should be able to add any number of UIViews to your UIWindow, but not UIWindows.

Thomas Müller
Yes you can. It's up to you to size and position them.
Derek Clarkson