. Name the framework that is used to construct application’s user interface for iOS.
Answer / maanya
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
DB updation when app new version comes ?
What is fast enumeration?
What is @implementation?
What are the lifecycle events of uiviewcontroller?
What is the purpose of UIWindow object?
What are advantages of arc over mrc?
What size is 1x and 2x?
Why to keep user policies at server side rather on device? : IOS Architect
What is meaning of 'synthesize' keyword ?
What is didreceivememorywarning method in you viewcontroller?
What is clean architecture ios?
What is message forwarding?