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 |
What is id?
What is protocol in objective-c?
What is a protocol in objective c?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
How to declare variable in objective c?
Is it possible to implement dealloc in arc?
What is difference between null and nil?
How much does m files cost?
How to check array contains value in objective c?
Explain class definition in objective-c?
How would I make a static strategy?
What is an instancetype?