Are callbacks closures?
Answer / Shweta Singh
Yes, in Objective-C, a closure can be used as a callback function. A closure is a block of code that can be passed around and used in your app.
| Is This Answer Correct ? | 0 Yes | 0 No |
How different is objective c from swift?
How declare methods in objective c? And how to call them?
What is nonatomic and strong in objective c?
What is better objective c or swift?
What is nsstring?
What are the types of ios binaries you can create using xcode?
Which class is used to establish a connection between applications to the web server?
What is the isa member?
What are nsautoreleasepool and how can we use them?
Does objective c have multiple inheritance?
How does dispatch_once manages to run only once?
Is objective c similar to c++?