Groups
Groups
Sign in
Groups
Groups
sqlitepersistentobjects-user
Conversations
About
Send feedback
Help
"pairedArray" functionality question
0 views
Skip to first unread message
fabiolbj
unread,
Apr 22, 2009, 3:47:11 PM
4/22/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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