Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we have multiple uiwindows in ios?



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

Post New Answer

More Objective-C Interview Questions

What is protocol in objective-c?

1 Answers  


When should you call dealloc method?

1 Answers  


When will you use nsarray and nsmutablearray? Which one is faster?

1 Answers  


What is delegate? Can delegates be retained?

1 Answers  


What is the difference between nsstring and string?

1 Answers  


Can you please explain the way messaging works in objective-c?

1 Answers  


What is difference between objective c and c?

1 Answers  


What do you mean by category and when to use it?

1 Answers  


Is objective c type safe language?

1 Answers  


What are the 5 performance objectives?

1 Answers  


Is objective c garbage collected?

1 Answers  


Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?

1 Answers  


Categories