cristian_064
cristian_064

Reputation: 616

Load image to framework

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

Answers (1)

Aaron
Aaron

Reputation: 7145

In Xcode choose File > New File > Asset Catalog. The dialog looks like this:

enter image description here

Upvotes: 1

Related Questions