Organic
Organic copied to clipboard
Extract logic to DataSource ?
It is amazing.
But I prefer to use UIViewController + UITableView instead UITableViewController. It gives me more control and I can add other views besides single table view on full screen.
So, actually OrganicViewController just smart DataSource. We can easy extract all logic to separated object like OrganicDataSource. Then OrganicDataSource can be used in any UITableView.
Of cource we can leave OrganicViewController for backward compatibility too.
What you think about this?