Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
知道为什么会这样吗?我在方法上设置断点,它们永远不会被调用。
然而,这不会发生在我的 iPhone 4S 上。有没有人遇到过这个问题?
这是 iOS 5 的问题。在 iOS 5 之前 viewDidAppear 不会在嵌套的 viewControllers 上自动调用。iOS 5 之后就是这样。您可能需要在代码中检查操作系统版本并手动调用 viewDidAppear。