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 UIView
s to your UIWindow
, but not UIWindow
s.
Thomas Müller
2010-08-31 05:17:15
Yes you can. It's up to you to size and position them.
Derek Clarkson
2010-08-31 05:38:54