UITableView load animation effect

UITableView load animation effect

As you know, an animation is a good tool to impress user interactions. So, here I am sharing a UITableView animation effect. It is very simple to use, just add the pod hkMotus in your project, if you have no idea how to do this, believe me, it is very simple, look for more information on the internet, you have a second option if you want, just copy the extension file from GitHub, the link is at the end of this article. After you import it just invoke the method tableView.reloadData(effect: .roll) to reload your table view with effect shown above. Another animation style is tableView.reloadData(effect: .LeftAndRight):

[…]