##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.