On Mar 28, 2014, at 9:19 AM, Dave wrote:
> If I need to access SQLite Directly on Mac and iOS, do I need to include my
> own SQLite Library or can I use the in-built SQLite?
You should use the SQLite that is part of the OS, and not build a separate
version.
The same goes for all the various p
On Apr 8, 2014, at 4:20 PM, Jens Alfke wrote:
>
> I’m not a big fan of Core Data, but if you’ve worked with it before I suspect
> you’ll find it more efficient to use it for this than to roll your own.
Even if you haven't worked with it before, it'll still probably wind up being
more efficient
On Jul 10, 2014, at 12:31 PM, William Squires wrote:
>
> I'm trying to convert some code that used the old(er) SenTesting framework.
> Now I want to use the XCTest stuff. I have the following line:
>
> STAssertEquals(, , NULL); // is just a int-type variable or
> constant
>
> I figure the cl
301 - 303 of 303 matches
Mail list logo