I have a view with a button at the bottom of the portrait screen, when I flip to landscape my tableview and everything else adjusts fine, but my button at the bottom is now missing. I can't find a property in IB that would allow me to make the position of that button relative to the bottom of the screen, so that if it flips to landscape then it will still be "5 pixels above the bottom" or whatever.
Any thoughts? Is a toolbar the only way to go here? What about for other controls?