Programmatically Update UITableView in Response to Button Press
- by Kyle Begeman
I have a completely custom view that holds a UITableView and a Custom Tab Bar (basically a UIView that contains 6 UIButtons).
I am loading data from a plist file, and then I am sorting the data into multiple arrays based on categories (an array for misc items, and array for mail items, etc.)
Each button in the tab bar represents a category, and…