当视图获得焦点时应该调用方法
在我的 iOS 项目中,我使用 InAppSettings。这是在模态视图控制器中缺少委托willDismiss。
因此,当模态视图被关闭时,我希望在主视图控制器中调用一个方法。我该怎么做?视图控制器中是否有一个方法在视图再次获得焦点时被触发?
in my iOS project I use InAppSettings. This is missing a delegate in the modal view controller for willDismiss.
So when the modal view gets dismissed I want a method to be called in my main view controller. How can I do this? Is there a method in a view controller that gets triggered whe the view is in focus again?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以尝试这样的事情
You could try something like this
在关闭它呈现的模式对话框后,这些将在视图上被调用
these will get called on the view after dismissing a modal dialog it presents