15
votes
4answers
3k views
Core Data vs sqlite3
I am already quite familiar with relational databases and have used sqlite (and other databases) in the past. However, Core Data …
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 …
1
vote
What’s the best way to find out the installed version of the iPhone SDK?
This is a cross post from this question.
The best place to check which ve …
