Writing clean UITableViewController code
by Marcus Kida
When dealing with UITableViews there's often the challenge of handling different types of UITableViewCells while still keeping your code D.R.Y and readable. I want to show you a simple way to keep your UITableViewDataSource and -Delegate clean and still be able to alter different numbers and types of cells in your UITableView in an elegant way.