gpt4 book ai didi

ios - 单击时如何使 ActionSheet 单元格不消失?

转载 作者:行者123 更新时间:2023-11-28 11:19:19 28 4
gpt4 key购买 nike

我希望其中一个选项在单击时不执行任何操作。它基本上是一个占位符。它没有标题,只有白色。

func actionSheet(sheet: UIActionSheet, clickedButtonAtIndex buttonIndex: Int) {
if sheet.tag == 1 {
var title = sheet.buttonTitleAtIndex(buttonIndex)
if title == Constants.EmptyTitleActionSheetItem{
//do nothing. don't dismiss.
}else{

//something real was clicked. perform actions and continue dismissal
}
}
}

最佳答案

我看到有 2 个选择。

  1. 正如我在上面的评论中提到的,我认为避免被解雇是不可能的。另一种解决方案是,当点击您需要“不要关闭”的按钮时,您可以使用 animate = FALSE 再次显示 Action-Sheet。
  2. 您可以构建自己的 actionSheet 使用第三方开源库。

关于ios - 单击时如何使 ActionSheet 单元格不消失?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29643587/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com