重新加载 tabbarviewcontroller

发布于 2024-11-04 07:31:14 字数 106 浏览 0 评论 0原文

我有一个标签栏视图控制器,我知道使用导航控制器您可以重新加载应用程序,以便显示更新。这可以通过标签栏视图控制器实现吗?我基本上希望当我单击返回选项卡时它刷新屏幕,而不是必须旋转屏幕才能显示新的更新。

i have a tabbar view controller and I know with a navaigation controller you can reload the application so updates are shown. Is this possible with a tabbar view controller? I basically want it to refresh the screen when i click back into the tab instead of having to rotate the screen to get the new updates to show.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错爱 2024-11-11 07:31:14

您可以实现 UITabBarControllerDelegate 方法 didSelectViewController: 并调用所选 viewController 的 loadView: 或用于加载/更新所需视图的任何方法刷新(也许viewWillAppear:或类似的)。

You can implement the UITabBarControllerDelegate method didSelectViewController: and call the selected viewController's loadView: or whatever method you use to load/update the view you want to refresh (maybe viewWillAppear: or similar as well).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文