当我运行这个:
TaggedUIActionSheet *sheet = [[UIActionSheet alloc]
initWithTitle:nil
delegate:self
cancelButtonTitle:@"Cancel"
destructiveButtonTitle:@"Delete"
otherButtonTitles:@"Save to photos",@"Email",nil];
我收到以下错误:
Incompatible pointer type initializing TaggedUIActionAheet with an expression of type UIActionSheet