IPhone Developer Question:
Which framework is used to construct the application's user interface for iOS?

Answer:
The UIKit framework is used to develop application's user interface for iOS. UIKit framework provides event handling, drawing model, windows, views, and controls specifically designed for a touch screen interface.
Previous Question | Next Question |
Which application thread from where UIKit classes should be used? | Which tools are required to develop iOS applications? |