Persisted String List property RealmSwift
Advertisements I am trying to set an array of String to a List of String for my Realm Object, but I got and error "Generic type ‘List’ specialized with too few type parameters (got 1, but expected 2)". I tried List<NSString>, List<String>, List<String>(), I also tried to create my own Object with a value, and… Read More Persisted String List property RealmSwift