I need to change My remote image color from network, so should I use UIImage?
For example:
let colors = UIImage(named: "demo9")!.getColors()
Image("demo9").resizable()
.clipShape(ContainerRelativeShape())
Thank you very much
For example:
let colors = UIImage(named: "demo9")!.getColors()
Image("demo9").resizable()
.clipShape(ContainerRelativeShape())
Thank you very much