gpt4 book ai didi

ios - 更改 UIActionSheet 样式在 iOS 7 中没有区别吗?

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

这是 iOS7 中的一些错误吗?我截图了

UIActionSheetStyleBlackOpaque,
UIActionSheetStyleBlackTranslucent,
UIActionSheetStyleAutomatic,
UIActionSheetStyleDefault.

都是一样的。

UIActionSheet *action = [[UIActionSheet alloc] initWithTitle:@"Title" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:@"OK" otherButtonTitles:nil, nil];
[action setActionSheetStyle:UIActionSheetStyleBlackTranslucent]; // changing enumerable here shows exactly same result
[action showInView:_controlsView];

最佳答案

根据 this UIActionSheetStyle 常量在 iOS 7 中未使用。

关于ios - 更改 UIActionSheet 样式在 iOS 7 中没有区别吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24993353/

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