In the lower-left hand corner UIViewControllers views I have a UIButton (UIButtonTypeInfoDark). When the app runs on the 4S is looks like you’d expect. But when I run the app on the iPhone 5 it stays where it was instead of “sticking” to the UITabBarItem at the bottom.
Is this something that autolayout can handle for me or do I have to programmatically reposition the button? Note: My app is portrait-only so I am not concerned with rotations.
Thanks in advance,
CS
A couple of things.
If these are done right, you can now layout your button and it will work great. Here’s how.
Hope this helps.