Skip to content

UIKit style API

Compare
Choose a tag to compare
@marcosgriselli marcosgriselli released this 16 Apr 02:33
· 76 commits to master since this release

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.