maranas / crazycells

get dizzy! scroll animation effects for table view cells. in Swift!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table view cell scroll effects

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.

Examples

Zoom Zoom

SlideInLeft/Right SlideInLeft

CardShuffle CardShuffle

Blinds Blinds

FlipIn FlipIn

FlipInLeft/Right FlipInLeft

Usage

  • 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

License

See LICENSE file

About

get dizzy! scroll animation effects for table view cells. in Swift!

License:Other


Languages

Language:Swift 92.7%Language:Ruby 7.3%