UIKit style API
This release changes the API to something similar to UIKit animations code. It provides the library more flexibility and it becomes easier to use for developers that are used the Apple's UIKit API.
It also introduces support for visibleCells(in section: Int)
for both UITableView
and UICollectionView
this was one of the most requested features on GitHub issues.