I would like to model a delegation pattern (for objective-C) in UML. What is the right presentation for you?
For instance:
There is a delegate in my BaseXMLParser class that matches the ParserDelegate interface. Methods in ParserDelegate will be implemented in the user interface class
ps: sorry for my english
<<ParserDelegate>> <<Interface>>, delegate ParserDelegate. , (ParserDelegate) (UI). BaseXMLParser ParserDelegate , , .
<<ParserDelegate>>
<<Interface>>
delegate
ParserDelegate
UI
BaseXMLParser