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...


Explain the difference between uiwindow and uiview?



Explain the difference between uiwindow and uiview?..

Answer / Manoj Meena

UIWindow is a top-level container for all other views in an application. It represents the screen of the device. UIView, on the other hand, is a graphical user interface object that can contain other subviews, including images, buttons, text fields, etc. Each app has only one UIWindow, but multiple UIViews can exist within a single UIWindow.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is id?

1 Answers  


What is protocol in objective-c?

1 Answers  


What is a protocol in objective c?

1 Answers  


Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?

1 Answers  


How to declare variable in objective c?

1 Answers  


Is it possible to implement dealloc in arc?

1 Answers  


What is difference between null and nil?

1 Answers  


How much does m files cost?

1 Answers  


How to check array contains value in objective c?

1 Answers  


Explain class definition in objective-c?

1 Answers  


How would I make a static strategy?

1 Answers  


What is an instancetype?

1 Answers  


Categories