Hello,
it's not really a Development question , i hope i post in the right section..
when i make this with objective-c
Quote:
-(IBAction) showDates id)sender;
{
getDatesController *dateAndPrice =[[getDatesController alloc]initWithNibName:@"getDatesController" bundle:nil];
[self.navigationController pushViewController:dateAndPrice animated:YES];
}
|
it's an agregation , composition or usage in uml ? Help me plase
with xcode 3 ,in the class model , quick model , it show me just heritage , i can't show other uml link ?
thank you very much