. How do you change the content of your app in order to change the views displayed in the corresponding window?
Answer / maanya
To change the content of your app, you use a view controller to change the views displayed in the corresponding window. Remember, window itself is never replaced.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to write a program without using nib file
Explain me how to parse xml?
What is datasource in ios swift?
What is messaging? What is message forwarding?
In nsfetchrequest can we fetch only a selective few attributes of an entity? How?
What is ios image?
What is delegate protocol in ios?
What is @dynamic in objective-c ?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties? When would a user operate one over the other?
What is lazy loading?
What is the difference between atomic and nonatomic properties?
Which API is used to write test scripts that help in exercising the application's user interface elements?