What is block variable?
Answer / Vineet Rathor
In Objective-C, a block is a C language construct that encapsulates functions and their environment. A block variable refers to a block stored in a variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can protocols have properties?
How do you write an objective statement?
What is dealloc?
What does the m mean in xcode?
How to check array contains value in objective c?
What is block in objective c?
What is an nsobject?
How do I add objective c to swift project?
What is property in objective c?
What is thread safe function?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
What is delegation protocol?