colinfwalsh / flashy-tableviews-ios-0616

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flashy-tableviews

Let's play with a few more CocoaPods that I think are pretty great.

Instructions

  1. Create a new Project and add SWTableViewCell and APParallaxHeader Pods to it.
  2. Drop in a UITableViewCell and implement both the parallax header (like twitter!) and the swipeable cells. Read documentation, play with the example app, etc.

Advanced

  1. The cell returns the button presses using a delegate. Add <SWTableViewCellDelegate> in the header declaration and implement this method (void)swipeableTableViewCell:(SWTableViewCell *)cell didTriggerRightUtilityButtonWithIndex:(NSInteger)index;.

View this lesson on Learn.co

View Flashy Tableviews on Learn.co and start learning to code for free.

About

License:Other


Languages

Language:Shell 100.0%