帮助uml建模和xcode

时间:2011-05-27 23:42:21

标签: objective-c uml

我想在XCode 3中为我的项目创建UML类图。

我有以下目标-c代码:

-(IBAction) showDatesid:sender;
{
getDatesController *dateAndPrice =[[getDatesController alloc]initWithNibName:@"getDatesController" bundle:nil];
[self.navigationController pushViewController:dateAndPrice animated:YES];

} 

是uml中的聚合,组合还是用法?

使用XCode 3,在类模型 - >快速模型中,它显示我只是继承,我无法显示其他uml链接?

1 个答案:

答案 0 :(得分:0)

如果选择项目文件,浏览器中的第一个文件然后询问UML模式,将显示整个层次结构。