Major difference between delegate and notification?
Answer / babu
Delegate: One to one message passing between objects.
Notification: One to many or broadcasting type of message passing between objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain app's state transitions when it gets launched?
What are the cpu architectures supported by ios devices?
How can you respond to state transitions on your app?
How to implement "load more" using nsfetchedresultscontroller?
How to registering your device with the program portal for iphone development?
How do you usually persist data on ios? : IOS Architect
How many versions of ios are there?
Find the letter count in UItextfield? Including first character?
What is bundle
Suppose I get a “blog returned invalid data” error message. What do I do?
Who calls the dealloc strategy? Would we be able to implement dealloc in arc? In the event that indeed, what is the need to do that?
What are the functions of managed object context?