UITableView section footer multiple UIButtons
- by joec
In the section footer of my UITableView, i have one UIButton, this button is 320 pixels wide (i.e. takes up full width of view).
I would like two buttons in the section footer, but when i try and add another button, Interface Builder just puts it on top of the existing button. If i try to change the size in the inspector from 320 to say 50…