saoudrizwan / Disk

Delightful framework for iOS to easily persist structs, images, and data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving Dictionaries with UIImages

OddMagnet opened this issue · comments

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

@OddMagnet what was the answer? Thx