Created a separate pod and as a stand alone project it's working fine. But when I use it in a separate project as a pod the images not showing. Debug the project and image was nil.
let image = UIImage.init(named: "arrow_down33x17.png")
Created a separate pod and as a stand alone project it's working fine. But when I use it in a separate project as a pod the images not showing. Debug the project and image was nil.
let image = UIImage.init(named: "arrow_down33x17.png")