Can we have multiple uiwindows in ios?
Answer / 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 |
What is protocol in objective-c?
When should you call dealloc method?
When will you use nsarray and nsmutablearray? Which one is faster?
What is delegate? Can delegates be retained?
What is the difference between nsstring and string?
Can you please explain the way messaging works in objective-c?
What is difference between objective c and c?
What do you mean by category and when to use it?
Is objective c type safe language?
What are the 5 performance objectives?
Is objective c garbage collected?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?