如何刷新UITabBarController中的UIView?
我正在刷新 TabBar 中的视图。 UIView 在我第一次按下 TabButton 时是只读的,下次不会“viewDidLoad”。我想每次按下按钮时刷新 UITableView 。
谢谢你!
I'm stack on refreshing view in TabBar. The UIView is read only first time I pressed the TabButton and does not "viewDidLoad" next time. I want to refresh UITableView every time I pressed the button.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的找到了一个解决方案(就在我在这里发布之后)
添加:
到您的 ViewController 中,您将看到通过单击 TabButton 来调用此方法;)
Ok Found a solution (just right after i posted this here)
add:
to your ViewController and you will see that this method will be called, by clicking the TabButton ;)