In objective-c how do you upload and query a UIColor to Parse? I have been trying many particular things but with no outcome. I was able to convert a UIColor to NSData and save it to PFFile. But I have had no fortune in querying the file.
At this point I have no idea if I am doing anything right. Please help.
In my opinion, you should convert colour to hex colour code. Then you can save hex colour codes to Parse or PFFile. You can query hex colour code from Parse or PFFile.
Try it with this way!