AppleDeveloper
AppleDeveloper

Reputation: 1443

How to change color s of a custom image asset with multiple colours in UIKit

I want to change only the green color to red without changing the tick mark color enter image description here

I tried changing color by changing tint

UIImage(resource: .daySelected).withTintColor(.red)

But I get this. Is there a way to change color of image template

enter image description here

I want my tick mark to be visible.

Upvotes: -1

Views: 45

Answers (0)

Related Questions