Can I use Objective-C blocks as properties?

Viewed 124046

Is it possible to have blocks as properties using the standard property syntax?

Are there any changes for ARC?

8 Answers
Related