I know it's not recommended to save NSMutableArray to Core Data but I need to access the array on another view controller (using one of the segue methods (such as passing a variable to another view controller) won't do the job).
So unless there's another way that I'm not aware of, how can I save the array to core data?
I'm using Swift.