How can I refresh the pictures in the NimbusPhotos example application?

261 views Asked by At

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 )?

1

There are 1 answers

0
fabb On

Like with a UITableView, you can call [yourView reloadData].