gpt4 book ai didi

隐藏在 UIActionSheet 后面的 iPhone 弹出对话框

转载 作者:行者123 更新时间:2023-11-29 11:16:25 24 4
gpt4 key购买 nike

我有一个显示各种按钮的 UIActionSheet,其中一个按钮向 Twitter 发布推​​文。为此,应用程序必须请求访问用户在 iOS 5 设置中设置的 Twitter 帐户的权限。问题是这个弹出窗口隐藏在 UIActionSheet 后面,如下所示:

screenshot http://dl.dropbox.com/u/51070/actionsheet.png

如何让它显示在操作表上方?我也尝试在调用 tweet 函数之前通过 dismissWithClickedButtonIndex:animated 关闭操作表,但仍然出现此问题。

谢谢!

最佳答案

尝试像这样调用你的 tweet 方法:

 [self performSelector:@selector(myTweetMethod) withObject:nil afterDelay:0.1];

这应该让操作表有足够的时间在调用推文代码之前关闭。

关于隐藏在 UIActionSheet 后面的 iPhone 弹出对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9244683/

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