In my view controller I have an SCArrayOfObjectsModel tied to a core data entity. The entity has "caption", "dateAdded", and "imagePath."
In the core data model, "imagePath" is defined as an NSString like suggested. In the model, it is defined as an SCPropertyTypeImagePicker. After adding a new row in the tableView, the text of the row is showing the date (see screenshot).
Is there a way to tell the model what attribute to use here? What I'm really after is having the image that was selected in the ImagePicker to the left and the date or caption as the text (as opposed to showing the date only as it is now).
Is this possible at the moment? If not, is there a way I can get around it?
Thanks!