Search code examples
iosobjective-cxcodeumlclass-diagram

Objective C blocks in an UML class diagram


I am designing an iOS library using an UML class diagram. How can I represent Objective-C blocks in UML?


Solution

  • 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.