ThoseGuysInTown / enum-oriented-table-view-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##A different approach to UITableView delegate methods: a cool use of Swift's enums

###Description

This is a sample code showing how Swift's enums can be used to better organize code for UITableView delegate and data source protocol methods. An explanation of this approach is described in this post from the 47 Degrees blog.

About


Languages

Language:Swift 100.0%