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 )?
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 )?
Like with a
UITableView
, you can call[yourView reloadData]
.