You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi just found this and it's so nice to have the ability to use swift types instead of realm types! Keep up the good job!
I have a question about some types of properties that i'm not sure if they are supported or not but i saw one of them in your User object example so i thought maybe they would be. When I init the struct and print it out, I can see all those values. After i save them into realm and retrieve them the optional dictionary and array of enum shows up nil but the array of enum and dictionary that was inited to an empty value displays the correct value.
Optional Array of Enum
Optional Dictionary of String: String
Optional Enum = Crashes on build
Are those types above supported an i'm doing something wrong or are they not supported?
This is the testing struct I'm testing with:
The Init:
The text was updated successfully, but these errors were encountered:
Hi just found this and it's so nice to have the ability to use swift types instead of realm types! Keep up the good job!
I have a question about some types of properties that i'm not sure if they are supported or not but i saw one of them in your User object example so i thought maybe they would be. When I init the struct and print it out, I can see all those values. After i save them into realm and retrieve them the optional dictionary and array of enum shows up nil but the array of enum and dictionary that was inited to an empty value displays the correct value.
Optional Array of Enum
Optional Dictionary of String: String
Optional Enum = Crashes on build
Are those types above supported an i'm doing something wrong or are they not supported?
This is the testing struct I'm testing with:
The Init:
The text was updated successfully, but these errors were encountered: