gpt4 book ai didi

uitableview - UIActionSheet 在 iPad 上因外部点击挂起界面而被解雇

转载 作者:搜寻专家 更新时间:2023-11-01 05:43:17 25 4
gpt4 key购买 nike

我很确定这是一个 Xcode 错误,但我想从这里的智囊团那里得到反馈,以确保我没有遗漏任何明显的错误。

在最新的 Xcode 中构建一个标准的 Master-Detail Swift 应用程序。将操作表行(参见下面的代码)添加到 didSelectRowAtIndexPath。应用程序适用于 iPhone 模拟器,但对于 iPad,如果您点击 ActionSheet 将其关闭,界面会挂起。没有崩溃,但是当为 iPad 模拟器而不是 iPhone sim 显示操作表时,我确实看到了这个:

2014-07-10 22:24:26.661 totMasterDetail[33543:1903550] 
Assuming sourceView is not nil
2014-07-10 22:24:26.670 totMasterDetail[33543:1903550]
Assuming sourceView is not nil

在文档或发行说明中没有看到任何内容:错误,还是我遗漏了一些明显的东西?

(如果不是我,我会向 Apple 提交错误)

一如既往,非常感谢!

    override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
if UIDevice.currentDevice().userInterfaceIdiom == .Pad {
let object = objects[indexPath.row] as NSDate
self.detailViewController!.detailItem = object
}
let actionSheet = UIActionSheet()
actionSheet.addButtonWithTitle("title")
actionSheet.showInView(self.tableView)

}

最佳答案

已在 Xcode 6 beta 4 中为我修复

关于uitableview - UIActionSheet 在 iPad 上因外部点击挂起界面而被解雇,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24689642/

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