Today we analyze how animations are implemented inside of UITableViews, more specifically we build out the feature of reloading rows using animation styles of .right and .left. In addition, I show you some tricks on how to toggle animations using a boolean value in your code. Have fun.