Is it possible to have SensibleTableView display an Image that's stored as Binary Data in Core Data? I looked around for an Image Picker sample but couldn't really find anything.
SCPropertyTypeImagePicker is working, but it saves only the local path instead of storing the full image as binary data.
My goal is to save image as a binary data (should sync in server too), so when ever i log in from any mobile using my credential, i want to see the saved image.
thanks,
bala