Organic icon indicating copy to clipboard operation
Organic copied to clipboard

Extract logic to DataSource ?

Open MontakOleg opened this issue 10 years ago • 0 comments

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?

MontakOleg avatar Oct 03 '15 03:10 MontakOleg