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
conc
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 Doleck
On Sat, Oct 15, 2011 at 11:36 PM, Eric E Dolecki 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 whether a class has
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 wrote:
> 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,
>
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 story
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 star