oc编程出错关于action sheet
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex { if (buttonIndex == 0) { [self.navigationController popViewControllerAnimated:YES]; } } 出错,错误原因Duplicate declaration of method'actionsheet:clickedButtonAtIndex'