I have a xib file with a UIImage view and 3 UIButtons. Im having issues with with xcode's auto-constraints. when I run my app in the iphone(retina 4-inch) simulator my buttons are set too high on the screen. I have pinned two of the buttons together to have vertical spacing and that has helped a little but not enough.
How do I set the buttons correctly in the xib file or how can I override the xib's constraints and set them programmatically?