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 can’t we put into an array or dictionary?
What is assign property in objective c?
What is a category extension?
Explain what is protocol in objective-c?
What are static attributes?
What is the difference between objective c and c++?
How do I import a swift file into objective c?
What are the advantages of swift over objective c?
What is dealloc?
What do you mean by synthesized in objective-c?
What is objective c used for?
What is objective c good for?