gpt4 book ai didi

iphone - UIAction Sheet 和 Alert 问题

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:19:50 25 4
gpt4 key购买 nike

您好,我是 Xcode 和 iOS 编程的新手。我的操作表和警报有一些问题,必须按两次才能工作。它还说:“呈现被其 super View 剪裁的 Action 表”。某些控件可能不会响应触摸。在 iPhone 上尝试 -[UIActionSheet showFromTabBar:] 或 -[UIActionSheet showFromToolbar:] 而不是 -[UIActionSheet showInView:]。

{
UIActionSheet *actionSheet = [[UIActionSheet alloc]
initWithTitle:@"¿?" delegate:self cancelButtonTitle:@"No" destructiveButtonTitle:@"Send" otherButtonTitles:nil];

[actionSheet showInView:self.view];
}

如有任何帮助,我们将不胜感激!

最佳答案

您需要将它放在标签栏(或工具栏)中,而不是:

 [actionSheet showInView:self.view];

 [actionSheet showFromTabBar:self.tabBarController.tabBar];

关于iphone - UIAction Sheet 和 Alert 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10235065/

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