1
的表情。當我運行此:兼容的指針類型初始化TaggedUIActionAheet型UIActionSheet
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