I want to build a facebook app style login view. The Problem is my footer views has always full width and not the width I set them to have in the interface builder.
The login button is the section footer. The register button is the tableView footer.
- How I can make the buttons smaller (in width)?
- I want the register button at the button of the view. How do i do this?

Wrap the button and other views in a separate view. In
viewForFooterInSection::