TTPhotoViewController 数据重新加载
有人知道如何在 TTPhotoViewController 中重新加载数据吗?
我进行了多次尝试,但从未找到合适的解决方案。
非常感谢您的帮助。
弗拉德
has anyone figured out how to reload data in TTPhotoViewController?
I have done several attempts but never worked out a suitable solution.
Your help is much appreciated.
Vlad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TTPhotoViewController 最终派生自 TTModelViewController,因此您应该能够调用
reload
方法。来自 TTModelViewController.h:TTPhotoViewController ultimately derives from TTModelViewController so you should be able to call the
reload
method. From TTModelViewController.h: