A deep package for UITableView using MVC model, Simplify the amount of code to use UITableView。
pod 'TYTableView'
You need subclass:TYTableViewBaseCell,TYTableViewController,TYTableViewDataSourceController,and -(TYTableViewDataSourceController *)dataSourceController protocol in subclass of TYTableViewController is required. Auso need init sections Array. Please refer to the demo.