This project is a demo of GLSTableViewCell, a table view cell with custom animations on appearance. Inspired by https://github.com/hakimel/stroll.js while studying Swift 2.0 in Xcode 7.
- Copy GLSTableViewCell.swift to your project.
- On the table view delegate's willDisplayCell: method, just set the animationType and call animateIn() on the instance.
- get dizzy
See LICENSE file