/BAMEasyTable

BAMEasyTable is a class which handles the mechanics of a UITableView allowing you to write significantly less code to implement a table. You just drop the two files files into your project then load it with an array or an array of arrays. Immediately you will have a table that will display your table and allow users to search the rows in the table. For a demo, please see BAMEasyTableDemo at https://github.com/barrycenter/BAMEasyTableDemo.

Primary LanguageObjective-C

This repository is not active