I get a warning in the subject line above when starting my application in xCode 4.3.
Here is the violation code:
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:map]; UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Done" style:UIBarButtonSystemItemDone target:self action:@selector(removeCurrent)]; map.navigationItem.rightBarButtonItem = rightButton; [self presentModalViewController:navigationController animated:YES];
Can anyone help?
Thanks!
GuybrushThreepwood
source share