InterviewSolution
Saved Bookmarks
| 1. |
Name the framework that is used to construct application’s user interface for iOS? |
|
Answer» You can use the UIKit FRAMEWORK to develop application’s UI. This framework PROVIDES drawing model, event handling, views, windows and controls, designed for touch SCREEN interfaces. |
|