devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

How I can force the coverflow to reload itself? #209

Closed itsaboutcode closed 11 years ago

itsaboutcode commented 11 years ago

Is there anyway I could reload the images from covers array (given I have updated those images) and reflect the change.

devinross commented 11 years ago

Your best bet is to use the - (TKCoverflowCoverView*) coverAtIndex:(NSInteger)index; method to grab the coverflow view.