Re: iOS 9 features in iOS 8 targeted projects with swift #availability check

2015-08-16 Thread Quincey Morris
On Aug 16, 2015, at 09:20 , Sasikumar JP jps...@gmail.com 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

iOS 9 features in iOS 8 targeted projects with swift #availability check

2015-08-16 Thread Sasikumar JP
Hi, I have an existing iOS application which is supports from iOS 8. i want to add new features only for iOS 9. I have created a new storyboard for iOS 9(Main.storyboard) which is using the iOS 9 features like UIStackView. Appropriate storyboard file is instantiated based on the Device OS

Re: iOS 9 features in iOS 8 targeted projects with swift #availability check

2015-08-16 Thread Sasikumar JP
Quincey, Thank you for the information. I changed the build for value to iOS 9. it works fine now. I am able to run the application on both iOS 9 and iOS 8. Regards Sasikumar JP On Sun, Aug 16, 2015 at 10:24 PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Aug 16, 2015, at