Viewwillappear 已调用但 viewdidappear 未调用
viewwillappear 在我的视图控制器中被调用,但由于某种原因 viewdidappear 未被调用。
我通过调用 navigatorcontroller 推送方法来显示视图。
the viewwillappear is called in my viewcontroller but for some reason the viewdidappear is not called.
I am showing the view by calling the navigatorcontroller push method.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在ios5系统上遇到了这个问题,猜测苹果改变了视图调用方法。
也许您可以尝试在 viewwillappear 和 viewdidappear 中编写相同的代码。
I encountered this problem on ios5 system and guessed apple change the view invoke method.
Maybe you can try to write the same code in both viewwillappear and viewdidappear.