Hello,
I've created customCells in a UITableView. I cannot, for the life of me, correctly add a UIToolBar. I've tried doing it both via IB and programatically.
In IB I can't even get it to come up and programatically, I can get a UIToolBar to appear, but its attached to the table, and scrolls w/the cells.
Any hints or code snippets?
IB screen shot:
http://mr-sk.com/iphone/custom_cell_table.png
You'll see the UITableView and the CustomCell.
Thanks in advance!