Search Results

0
votes
4answers
777 views

Objective-c static instance

Hi! I'd like to create database based models, so I wanna use my own DatabaseModel class to manage the database connection, and every class that uses database is derived from it (it would be …
0
votes

Objective-c static instance

Sorry guys! It was my mistake. In Open() function the API asks for an (NSString*) sqlite path. And I forgot to retain that variable. (I'm sometimes in trouble with objective-c memory manage …