What is 'notification'?
Answer / Km Gargi
In iOS, a notification is a way for objects to communicate asynchronously without having a direct reference to each other. It is used to send messages between objects in response to specific events.
| Is This Answer Correct ? | 0 Yes | 0 No |
What language is ios written?
If any app can run in the background, what about battery life?
What is categories in iOS?
What is the meaning of 'synthesize' keyword?
What is nsuserdefaults?
What is meaning of 'atomic' keyword?
What size is 1x and 2x?
Assume that an app is not in foreground but is still executing code. In which state will it be in?
What is the short cut to open the “Code Snippet Library” in Xcode?
What is cocoa touch in ios?
What happens when IApplication does not handle an event?
What is strong weak in ios?