ios - Change the Tint Color of UITableView Multiple Selection Check Circles -
when enable allowsmultipleselectionduringediting
on uitableview
, enter edit mode on it, each row display light grey circle on left hand side. upon tapping row, circle replaced tick icon, of tint colour set table view.
i'm wondering, there way override tint colours of both of these icons , control them manually? i've discovered if set cell.tintcolor
, can override tint colour of icon when it's checked (but not hollow circle graphic), i'd rather able change tint colour of icon.
i'm getting sinking feeling way manually hack internal subviews, i'm hoping may have found way i've missed.
setting tintcolor
property of cell should enough.
e.g. cell.tintcolor = .green
Comments
Post a Comment