gpt4 book ai didi

ios - 您如何称呼此iOS 7控件?

转载 作者:行者123 更新时间:2023-12-01 18:16:21 25 4
gpt4 key购买 nike

我希望将一个类似于底部菜单的控件添加到我的iOS应用中:

谁能告诉我这是什么控制权?看起来不像Picker View。

最佳答案

那是一个UIActionSheetOfficial Documentation

不能将其从UI元素列表中拖入。它在编程上与UIAlertView非常相似。

UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:@"Title" 
delegate:self cancelButtonTitle:@"Cancel Button"
destructiveButtonTitle:@"Destructive Button"
otherButtonTitles:@"Other Button 1", @"Other Button 2", nil];

[actionSheet show];

关于ios - 您如何称呼此iOS 7控件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21650728/

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