Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1014 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1014 Bytes

SSFormCells

Collection of custom UITableViewCells.

Demo

alt text

Requirements

Cocoapods Swift XCode

Installation

SSFormCells is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SSFormCells'

Usage

First you have to open Cells.storyboard, copy needed cells and paste it to your table view.
alt text

Then create cell in code (cellForRowAtIndexPath)

alt text

And if you need you can "subscribe" on changes from cell;

alt text

alt text

Ok, here you are!

Author

wed9620