gpt4 book ai didi

iphone - 使用一组按钮初始化 UIActionSheet

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

我正在初始化一个 UIActionSheet,我想从数组、集合或其他内容填充它的“otherButtonTitles”,如下所示

UIActionSheet* aSheet = [[UIActionSheet alloc] initWithTitle:"hi There" 
delegate:self
cancelButtonTitle:nil
destructiveButtonTitle:nil
otherButtonTitles:[mySetOfStringsOrWhatever allObjects], nil];

这可能吗?

(我已经尝试过这个,但 Xcode 不喜欢它)

提前致谢。

最佳答案

我不这么认为,但您可以传递nil,然后迭代您的数组/集合/其他内容并调用addButtonWithTitle

参见Create UIActionSheet otherButtons by passing in array not varlist

关于iphone - 使用一组按钮初始化 UIActionSheet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3495636/

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