What is difference between nsnotification and delegate?
Answer / Manish Kumar Prabhakar
NSNotification is a way to broadcast an event from one object to multiple objects, whereas a delegate is a specific object that handles certain tasks for another object. NSNotifications are typically used for more generic events, while delegates are used when there's a one-to-one relationship between the sending and receiving objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give example scenarios when an application goes into inactive state?
What skills are required for ios developer?
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
Who calls the main function of you app during the app launch cycle?
Compare and contrast the different ways of achieving concurrency in os x and ios.
So how is the new look different from the old look?
What is Process?
Explain me what is fast enumeration?
What are kvo and kvc?
What is ios realm?
Which object is create by uiapplicationmain function at app launch time?
Explain the difference between cocoa and cocoa touch?