I am designing an iOS library using an UML class diagram. How can I represent Objective-C blocks in UML?
Check out this answer: UML representation for C/C++ function pointers
Although it talks about function pointers, I guess it can be applied to blocks also.