IPhone Developer Question:

Which object manage presentation of apps content on the screen?

Tweet Share WhatsApp

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.

Read All 51 IPhone Developer Questions
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?