¡@

Home 

2014/10/15 ¤U¤È 10:15:25

iphone Programming Glossary: uml

How can I automatically generate UML diagrams from Objective-C code?

http://stackoverflow.com/questions/6873606/how-can-i-automatically-generate-uml-diagrams-from-objective-c-code

can I automatically generate UML diagrams from Objective C code Is there a way to create automatically the UML diagram from the code in objective C Cheers.. can I automatically generate UML diagrams from Objective C code Is there a way to create automatically the UML diagram from the code in objective C Cheers Niels iphone objective c ios uml share improve this question Have a look.. improve this question Have a look at Doxygen . Which seem to have support for Objective C. It might not give you an UML diagram but it is able to show references etc in graphs and with added comments you can give more information for the formatted..

Customize the MKAnnotationView callout

http://stackoverflow.com/questions/8018841/customize-the-mkannotationview-callout

updates which in turn is based in a blog post from Asynchrony Solutions. For explanation purposes here is some UML from a forked project This is a big hack but also the cleanest way I've seen to implement custom annotations. Start with.. annotations. Start with a NSObject Content class which has a coordinate the class of the callout view to use in the UML is AnnotationView but you can create more and set them here and a dictionary of random values with the title photo url etc...