I’m trying to take an existing UITableView and add column headers which are clickable and sortable. I’ve looked at AQGridView but I can’t see a way to get that sort of effect. At the moment I’m thinking of adding a UIButton above the UITableView then styling it to make it look like a header. Is this an awful idea?
I’m trying to take an existing UITableView and add column headers which are clickable
Share
On the iPhone there is not really enough space to do desktop program style column sorting.
The recommended way to to this is to put a
UISegmentedControlas thetitleViewof theUINavigationBaror aUIToolBar.Looks pretty, too.