I am using storyboard for my map application. MKMapview does not appear when Autolayout is disabled.Enabling Autolayout crashes my app in iPad(ios5).
I am using storyboard for my map application. MKMapview does not appear when Autolayout
Share
Autolayout is an IOS 6 feature – so it will crash on your iPad for that reason as you say it is running iOS 5.
Set your minimum requirement to iOS 5 (which I assume you have done) and then only use feature’s that relate to iOS5. The app will still run for people with iOS 6 devices:-)
Also like @msgambel said – if you are able to post some code it will be easier for us to help you. Post some screenshots if you believe the issue lies with Storyboard related stuff.