22

Working with UITableView requires a lot of boilerplate code and here’s a helper library for working with UITableView submitted by Le Van Nghia called MyTableViewManager.

MyTableViewManger was created to reduce the code required when using UITableView allowing table view management with UITableViewDelegate and UITableViewDataSource and some other nice features.

Some of the features of MyTableViewManager include:

  • Easy updating of cells
  • Dynamic cell height support
  • Header/Footer view support
  • Load more support
  • Support for interface builder

An example project is included and there are a number of usage examples in the readme.

You can find MyTableViewManager on Github.