How can I refer to a named color located in package library's Assets.xcassets? – Ios swift
I am developing a package library, so that I can share the code among multiple extensions. I want to refer to a named color located in package's library Assets.xcassets. The following code, which is written in the package library, is…