Is it possible to define tint color for a disabled UIButton? – Ios swift
For some reason, I want to define my own tint color, when an UIButton is disabled. I thought it is able to achieve so based on https://stackoverflow.com/a/45835079/72437 import UIKit class UIButtonEX: UIButton { override var isEnabled: Bool { didSet{ if…