为什么 viewWillDisAppear 没有在详细视图中被调用?
我想很多人都面临着同样的问题。
在详细视图中,即点击主视图中的单元格会带您进入详细信息,当我在导航栏中点击后退按钮时,viewWillDisAppear 不会被调用,因为我想删除一些键盘隐藏并显示观察者。
那么,在视图消失时,我保证 viewWillDisAppear 将被执行的方式是什么。
I think lot of people are facing the same problem .
In detail view i.e tapping on cell in main view takes you to the detail when in navigation bar I tapp the back button the viewWillDisAppear is not being called as I want to remove some keyboard hide and show observers .
So what is the way that at the time of view disappearing I assure the viewWillDisAppear will be executed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您描述的情况下,听起来确实应该调用它。我的第一个猜测是你没有覆盖正确的函数。确保方法签名完全匹配(空格可以忽略,大小写必须匹配):
In the case you describe, it certainly sounds like it should be called. My first guess would be that you're not overriding the right function. Make sure the method signature matches exactly (spaces can be ignored, capitalization must match):