. 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 |
Does iOs supports multitasking?
Can my application have multiple models?
Explain difference between mrc and arc?
What is datasource in ios?
Which is the framework that is used to construct application’s user interface for ios?
What is advantage of categories? What is difference between implementing a category and inheritance?
What is a background thread?
What is difference between unit tests and ui test in xcode?
Explain the difference between strong and retain.
Define 'retain' keyword?
What is the benefit of setting reuseidentifier to a non-nil value?
Why to keep user policies at server side rather on device? : IOS Architect