带有多个红色破坏性按钮的iPhone UIActionSheet

时间:2010-08-01 03:25:43

标签: iphone cocoa-touch uiactionsheet

  

可能重复:
  Multiple red/destructive buttons UIActionSheet

 UIActionSheet *actionSheet = [[UIActionSheet alloc]
        initWithTitle:nil
        delegate:self
        cancelButtonTitle:@"Cancel"
        destructiveButtonTitle:@"Delete Today's Data"
        otherButtonTitles:@"Delete Week's Data",@"Delete Month's Data",nil];

iPhone应用程序的UIActionSheet中是否容易有一个以上的红色“破坏性按钮”?

我想制作1个“删除”按钮...然后让actionSheet在3-4个不同的“删除选择”之间询问/确认(或者只取消1个)。

(而不是有4个不同的DELETE按钮......并且必须维护4个不同的actionSheets ...每个1个)

......也......如果Apple有这个想法提交给appStore会有问题吗?

0 个答案:

没有答案