Re: iOS 9 features in iOS 8 targeted projects with swift #availability check
Re: iOS 9 features in iOS 8 targeted projects with swift #availability check
- Subject: Re: iOS 9 features in iOS 8 targeted projects with swift #availability check
- From: Quincey Morris <email@hidden>
- Date: Sun, 16 Aug 2015 16:54:07 +0000
On Aug 16, 2015, at 09:20 , Sasikumar JP <email@hidden> wrote:
>
> But i am getting compilation error on Main.storyboard "UIStackView before
> iOS 9.0"
What’s the “Build for” setting in the File inspector for Main.storyboard? The default is “deployment target”, which means iOS 8 in your case, but you’ll need to set it to iOS 9 explicitly, to use the new features.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden