Which framework delivers event to custom object when app is in foreground?
Answer Posted / 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 |
Post New Answer View All Answers
How respond to state transitions on your app in ios?
What is the difference between retain & assign in iOS operating system?
Do you know what is iphone sdk?
What is viper code?
Would I be able to keep in touch with some c++ work in the equivalent .m record? Will it compile? Assuming no, what changes would it be a good idea for me to do to compile it?
What are all the difference between categories and subclasses in iOS operating system?
Can you pass same core data objects between different threads and modify?
How do I create a class in xcode?
Define fast enumeration?
What is Delegation in iOS?
When an app is said to be in active state?
Explain the difference between 'protocol' and 'delegate'?
What is block in ios?
What does 2x resolution mean?
What is the difference between atomic and non-atomic properties? Which is the default for synthesized properties? When would you use one over the other?