gpt4 book ai didi

ipad - ActionSheet 一键问题与 ios 8

转载 作者:行者123 更新时间:2023-12-05 01:13:15 24 4
gpt4 key购买 nike

在我的应用程序中,我发现操作表没有正确显示,所以我创建了一个新的演示项目,它具有单一 View 和按钮操作上的一个按钮,我编写了如下代码

-(IBAction)testActionsheet:(id)sender{
UIActionSheet *objAction=[[UIActionSheet alloc] initWithTitle:nil delegate:nil cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:@"ActionSheet issue",nil];
[objAction showFromRect:CGRectMake(300, 500, 90, 9) inView:self.view
animated:YES];
}

但是从顶部显示了一些切口...有没有人对此有解决方案,使用操作表?

最佳答案

UIActionSheet 在 iOS 8 中被弃用。请检查此链接 UIActionSheet is deprecated in iOS 8

你可以使用 UIAlertController 而不是 actionsheet

UIAlertController

关于ipad - ActionSheet 一键问题与 ios 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27055040/

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