Search Results

3
votes
6answers
1k views

Best Cocoa/Objective-C Wrapper Library for SQLite on iPhone

I'm developing for the iPhone and am looking for a good Cocoa/Objective-C library for working with SQLite. I don't want to use the standard procedural SQLite C API. I see options at …
4
votes

Hidden features of Objective-C

Object Forwarding/Method Missing When an object is sent a message for which it has no method, the runtime system gives it another chance to handle the call before giving up …