"pairedArray" functionality question

0 views
Skip to first unread message

fabiolbj

unread,
Apr 22, 2009, 3:47:11 PM4/22/09
to sqlitepersistentobjects-user
In this example:

@interface Person : SQLitePersistentObject
{
NSString *firstName;
NSString *lastName;
NSDate *birthdate;
int numberOfChildren;
float contribution;
UIImage *photo;
}

Can I use paired arrays to load only firstNames and photos in my
tableView? Or any other way to do this without load all Person objects
to memory?

Thaks!
Reply all
Reply to author
Forward
0 new messages