Hi everyone,
I'm working with Realm and I'd like to add an NSArray as one of my RLMObject's properties.
I just want to store NSString in that Array, that's why I don't want to define a RLMArray property ( I don't want to create a new RLMObject equivalent to an NSString ).
Is there a way to do that ?
Thanks in advance.