IPhone Developer Question:

Which object manage presentation of apps content on the screen?

IPhone Developer Interview Question
IPhone Developer Interview Question

Answer:

View controller objects takes care of the presentation of app's content on the screen. A view controller is used to manage a single view along with the collection of subviews. It makes its views visible by installing them in the app's window.


Previous QuestionNext Question
Tell me which object is create by UI ApplicationMain function at app launch time?Which are the requirements for developing iPhone Apps?