hi I am an iphone newbie, so a little confused in UIWindow concept. On Mac, we can use multiple NSWindows in one application, i guess. But in iphone, can we use multiple UIWindows in one iphone application. To be very specific, i have 3 xib files in my application: 1. MainWindow.xib 2. ViewController (coupled with appDelegate) 3. MyCustomViewController... wherein i want to use UIwindow and multiple views with that window.
Now my question is that i am already using UIWindow in MainWindow.xib, can i use use another UIWindow in MyCustomeViewController.xib???
Best regards