Re: iOS Version Install Base

2011-04-28 Thread koko
Steve - I like your suggestion ... thanks. -koko On Apr 28, 2011, at 12:34 PM, Steve Christensen wrote: > We're only supporting iOS 4.0 and later since we feel like there's sufficient > adoption rate to make it worthwhile. Certainly if you feel like you still > need to support pre-4.0, you c

Re: iOS Version Install Base

2011-04-28 Thread Steve Christensen
We're only supporting iOS 4.0 and later since we feel like there's sufficient adoption rate to make it worthwhile. Certainly if you feel like you still need to support pre-4.0, you could build against the current 4.x SDK, set the deployment target to be iOS 3.x (or whatever), and conditionally i

iOS Version Install Base

2011-04-27 Thread koko
I am looking at the UIView Animations Overview. Block-based animations are recommended, but this iOS 4. Is it best to use begin/commit methods for compatibility ! What are others doing? -koko ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Pl