Created
March 12, 2019 07:34
-
-
Save bartjacobs/25563354b01fca199a189124a13c763b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var imagesFromCoreData: [Image]? { | |
guard let _imagesFromCoreData = toImages as? Set<Image> else { return nil } | |
return Array(_imagesFromCoreData) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment