Reload subview with animation

If you want to reload the data from a table view then you can do this with the method (void)reloadSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation with this you can do a reload with an animation. For the animations possible look in the Apple Developer Documentation.

If that does not help you, you need to rework your question.

Browse More Popular Posts

Leave a Comment