Which framework delivers event to custom object when app is in foreground?
Answer / maanya
The UIKit infrastructure takes care of delivering events to custom objects. As an app developer, you have to override methods in the appropriate objects to process those events.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we use NSOperation queue? what is the advantage of using it ?
Explain how you can migrate to Xcode?
What do you mean by rest?
Explain me what is fast enumeration?
What json framework is supported by ios (iphone os)?
How can a user respond or react to the state transitions on the app?
What are the ios devices?
What is completion handler in ios?
What is Process?
What is UITableView?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?
What is messaging? How does the runtime handle message passing? What is message forwarding?