What is a block objective c?
Answer / Suneeta Kumari
In Objective-C, blocks are similar to closures in Swift. They are anonymous functions that can be defined inline and passed around like any other object. Blocks provide the ability to have flexibility in function arguments and return types.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the rules of variable?
Explain the difference between #import and #include in objective-c?
Can a static library (.a) contain resources like images, sound files etc?
What is block variable?
How to use objective c file in swift?
What is nonatomic and strong in objective c?
What is delegation protocol?
What are the different types of identifiers?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
How do I create a bridge header in objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?
What is a category extension?