When using `.arrayForKey('keyForMyArray')` I get an array with the correct length, but the entries are all `null`. Is it possible to get an array of objects?
When using
.arrayForKey('keyForMyArray')I get an array with the correct length, but the entries are allnull.Is it possible to get an array of objects?