Skip to content

wed9620/SSFormCells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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