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 |
How to restart app in objective c?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What is an accessor method?
Can we have multiple uiwindows in ios?
What are the three main types of property?
What is gcd objective c?
How do you write an objective?
What is .m file in xcode?
What do you mean by @synthesize and @dynamic in the objective-c?
What is single inheritance in objective-c?
Why swift is faster than objective c?
What is synthesize objective c?