UITableView section footer multiple UIButtons

Posted by joec on Stack Overflow See other posts from Stack Overflow or by joec
Published on 2010-03-28T13:35:07Z Indexed on 2010/03/28 13:43 UTC
Read the original article Hit count: 250

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 pixels, it always reverts to 320. What am i doing wrong?

Thanks.

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about uitableview