Reputation: 616
Good day,
I've been working with my custom framework in Swift. I'd like to add an image to my framework, but it doesn't have the Assets.xcassets
folder to load the image.
Does anybody know how to do this?
Upvotes: 0
Views: 59
Reputation: 7145
In Xcode choose File > New File > Asset Catalog. The dialog looks like this:
Upvotes: 1