gpt4 book ai didi

iphone - 一个 View Controller 中的多个 UIActionSheet

转载 作者:行者123 更新时间:2023-12-03 18:52:20 26 4
gpt4 key购买 nike

如果只有一个 -actionSheet:clickedButtonAtIndex: 方法,如何将多个 UIActionSheet 添加到单个 UIViewController 中?

最佳答案

为您的操作表设置名称或标签并执行类似的操作

  -(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
{
if(actionSheet==yourActionsheet1)
{
//your logic
}
if(actionSheet==yourActionsheet2)
{
//your logic
}
}

希望这有帮助

关于iphone - 一个 View Controller 中的多个 UIActionSheet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5101625/

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