Explain why delegates and notifications are different.
Answer / maanya
Notifications inform other objects about program events and they react after the event occurs.
Delegations provide the chance to reject or modify the proposed operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of background modes supported in ios?
What is the use of the UI Automation API?
What is cocoa and cocoa touch?
Explain what is the stack of autorelease pools. How autorelease pool work under the hood?
Explain me how to parse xml?
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
What is fast enumeration in iOS operating system?
What is an NSOperationQueue and how/would you use it in iOS operating system?
What is delegate pattern in iOS?
Why do you generally create a weak reference when using self in a block?
Give example scenarios when an application goes into inactive state?
What is mvc? Mvc architecture of iphone app.