10
votes
How do you explicitly animate a CALayer’s backgroundColor?
You don't need to wrap CGColorRefs when setting the toValue or fromValue properties of a CABasicAnimation. Simply use the CGColorRef. To avoid the compiler warning, you can cast the CGColorRef to a …
0
votes
How do I determine which iPhone SDK I have?
The best place to check which version of the iPhone SDK you have installed is to use System Profiler.
Apple Menu > About this Mac > More Info... > Software > Developer
Once there, y …
