Block references as instance vars in Objective-C

Viewed 20417

I was wondering if it's possible to store a reference to an anonymous function (block) as an instance variable in Objective-C.

I know how to use delegation, target-action, etc. I am not talking about this.

2 Answers
Related