Re: Use storyboard in iOS app

2011-10-17 Thread Mingming Wang
For people who tested it, you would know it didn't work for older iOS versions. So is the (weak) keyword. So how to utilize the new feature of Xcode 4.2? On Sun, Oct 16, 2011 at 4:03 PM, Don Quixote de la Mancha quix...@dulcineatech.com wrote: On Sat, Oct 15, 2011 at 11:36 PM, Eric E Dolecki

Re: Use storyboard in iOS app

2011-10-17 Thread Fritz Anderson
By the new feature of Xcode 4.2, do you still mean Storyboard? Storyboard is a feature in iOS 5 itself. Xcode 4.2 just provides an editor to support it. There is no way to use a .storyboard in iOS 4.3 or earlier. The business of weak-linking _other_ API is a red herring so far as you are

Re: Use storyboard in iOS app

2011-10-16 Thread Eric E Dolecki
Yup. Wish Xcode could convert down somehow when targeting lower because storyboards are super awesome. On Oct 15, 2011, at 10:21 PM, Hunter Hillegas li...@lastonepicked.com wrote: Storyboard is an iOS 5 feature. It will not work on older OS versions. On Oct 15, 2011, at 7:14 PM, Sasikumar

Re: Use storyboard in iOS app

2011-10-16 Thread Don Quixote de la Mancha
On Sat, Oct 15, 2011 at 11:36 PM, Eric E Dolecki edole...@gmail.com wrote: Yup. Wish Xcode could convert down somehow when targeting lower because storyboards are super awesome. You can still target earlier iOS releases as deployment targets. To do so, for Objective-C you check at runtime

Use storyboard in iOS app

2011-10-15 Thread Sasikumar JP
Hi, I am planning to redesign my existing app. I want to use the storyboard for UI development and it should support the older OS starting from 3.2. I guess storyboard is Xcode 4.2 feature, it should not be any problem to support for older OS. Anyway I want to conform with you before I

Re: Use storyboard in iOS app

2011-10-15 Thread Hunter Hillegas
Storyboard is an iOS 5 feature. It will not work on older OS versions. On Oct 15, 2011, at 7:14 PM, Sasikumar JP wrote: Hi, I am planning to redesign my existing app. I want to use the storyboard for UI development and it should support the older OS starting from 3.2. I guess