InterviewSolution
Saved Bookmarks
| 1. |
What is the framework that is utilized to build an application's interface for iOS? |
|
Answer» Contrary to the Foundation framework that defines classes, protocols, and FUNCTIONS for both iOS and OS X development, UIKit is specifically designed for iOS development. In iOS, the USER interface and graphical infrastructure of the application are developed using UIKit. It includes:
|
|