我想在Xcode中創建UML類圖我的項目3幫助UML建模和Xcode的
我有以下的Objective-C代碼:
-(IBAction) showDatesid:sender;
{
getDatesController *dateAndPrice =[[getDatesController alloc]initWithNibName:@"getDatesController" bundle:nil];
[self.navigationController pushViewController:dateAndPrice animated:YES];
}
它是一個agregation,組成或在uml中使用?
使用XCode 3,在類模型 - >快速模型中,它顯示我只是繼承,我無法顯示其他uml鏈接?
我不知道你在做什麼,但「用法」可能是最接近你的代碼段的UML術語。 – 2011-05-27 23:50:24
我想爲我的項目製作第四類圖 – user761812 2011-05-27 23:54:14