TableFlip v1.0.1 Release Notes

Release Date: 2017-08-27 // over 6 years ago
  • ⚡️ This update adds an indexPaths parameter to func animateCells.

    ~func animateCells(animation: TableViewAnimation.Cell, completion: (() -> Void)? = nil)~

    func animateCells(animation: TableViewAnimation.Cell, indexPaths: [IndexPath]? = nil, completion: (() -> Void)? = nil)

    This change is non-breaking, since indexPaths parameter is optional. Your old code should continue to work as it did before.