gpt4 book ai didi

iphone - UIActionSheet 没有在 iOS 7 GM 的最后一项上显示分隔符

转载 作者:IT王子 更新时间:2023-10-29 07:37:53 25 4
gpt4 key购买 nike

这可能是 iOS7 上的一个错误。但是最后一个按钮和前一个没有分开UIActionSheet is missing separator on the last button

从图中可以看出。这在使用 iOS7 GM 的模拟器和设备上都会发生。其他人有同样的问题吗?

UIActionSheet *actionSheet = [[UIActionSheet alloc]
initWithTitle:@"Title"
delegate:self
cancelButtonTitle:nil
destructiveButtonTitle:nil
otherButtonTitles:@"First", @"Second", @"Third", @"Fourth", nil];
[actionSheet showInView:self.view];

如您所见,代码非常简单。关于如何解决问题的任何想法?或者我可以使用一些第三方库来代替 UIActionSheet ?

最佳答案

我认为 ActionSheet 需要一个取消按钮。因此您可以添加取消按钮标题。

另一种方式是:指定actionSheet的cancelButtonIndex。

例如,在您的情况下,您可以在索引 4 处的 otherButtonTitles 中添加“取消”,然后指定actionSheet.cancelButtonIndex = 4。

关于iphone - UIActionSheet 没有在 iOS 7 GM 的最后一项上显示分隔符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18790868/

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