刷新 xcode 中的选项卡?
有没有办法在 XCode 中刷新选项卡的内容?我设置一个选项卡如下: [[dappDelegate tabBarController] setSelectedIndex:1];
但是,当我尝试从不同的屏幕执行此操作时,仍然选择相同的选项卡屏幕。有没有办法让选项卡完全重新加载数据?
谢谢,格雷姆。
Is there a way to refresh a tab's content in XCode? I'm setting a tab as follows: [[dappDelegate tabBarController] setSelectedIndex:1];
However, when I try and do it from a different screen, the same tab screen is still selected. Is there a way to have the tab completely reload the data?
Thanks, Graeme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了一种似乎适合我的情况的黑客:
I use a hack around that seems to work for my case: