Define view object.
Answer / maanya
Views along with controls are used to provide visual representation of the app content. View is an object that draws content in a designated rectangular area and it responds to events within that area.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between 'assign' and 'retain' keyword?
Why do we need to use @Synthesize in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
What is appdelegate?
What are the viewcontroller lifecycle in ios?
You wish to define your custom view. Which class will be subclassed?
How to download something from the internet?
Is core data is thread safe?
Differentiate between ‘assign’ and ‘retain’ keyword.
What is nspersistentstore? Is it thread safe?
What is meant by delegate in ios?
How do you create a fetched property?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties?