如何刷新 NimbusPhotos 示例应用程序中的图片?
我正在 适用于 iOS 的 Nimbus 工具包。
如何让示例应用程序重新加载所有当前图像数据。 (重新请求所有图像/缩略图,重新加载洗涤器等)?
I'm using the network Nimbus Photos example application in the Nimbus Toolkit for iOS.
How can I get the example application to reload all current image data. ( re-request all images / thumbnails, reload the scrubber etc )?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与
UITableView
一样,您可以调用[yourView reloadData]
。Like with a
UITableView
, you can call[yourView reloadData]
.