14
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 …
6
votes
What Cocoa/Core Foundation helper functions do you wish you knew about 2 years ago?
I've found NSStringFrom*() helpful when logging structs like CGRect, CGPoint, etc.
You can find a comprehensive overview at Apple's …
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 …
