Answer Posted / Pawan Kumar Singh
No, you cannot have multiple UIWindows in iOS. The root view controller of your application manages the user interface hierarchy and acts as a single top-level window. If you need to display additional content on top of the current screen, you should use UIViewController's modal presentation styles like presentModalViewController or pushViewController onto a UINavigationController stack.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category