Closed itsaboutcode closed 11 years ago
Is there anyway I could reload the images from covers array (given I have updated those images) and reflect the change.
Your best bet is to use the - (TKCoverflowCoverView*) coverAtIndex:(NSInteger)index; method to grab the coverflow view.
- (TKCoverflowCoverView*) coverAtIndex:(NSInteger)index; method
Is there anyway I could reload the images from covers array (given I have updated those images) and reflect the change.