saoudrizwan / Disk

Easily persist structs, images, and data on iOS
MIT License
3.1k stars 170 forks source link

Saving Dictionaries with UIImages #33

Closed OddMagnet closed 6 years ago

OddMagnet commented 6 years ago

Hello Saoud,

in the readme you wrote to file an issue for question, so I did. I was wondering if you could help me with a question that I have about your Disk Framework. I’m trying to save a Dictionary<Int, (UIImage, UIImage)>

Does your framework offer a solution for this or do I need to seperate the dictionary first in order to save? (e.g. create a folder for the int and save the 2 images in it)

Sorry if this question was already answered in your readme, I'm still quite new to Swift/programming in general and could not figure out if the framework can save Dictionaries like that.

Regards, Michael

drosenstark commented 6 years ago

@OddMagnet what was the answer? Thx