I have to implement below function in package and set image programtically
public func AMImage(named name: String) -> UIImage? {
return UIImage(named: name, in: Bundle.module, compatibleWith: nil)
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: