Font-Awesome-Swift icon indicating copy to clipboard operation
Font-Awesome-Swift copied to clipboard

Removed the Selected state and replaced it through highlighted at the…

Open patreu22 opened this issue 6 years ago • 2 comments

… right places

On iOS9 and up you are still running into the terminal warning

[Assert] button text attributes only respected for UIControlStateNormal, UIControlStateHighlighted, UIControlStateDisabled and UIControlStateFocused. state = 4 is interpreted as UIControlStateHighlighted.

Removing the .selected State and replacing it through .highlighted solves the problem.

patreu22 avatar May 04 '18 10:05 patreu22

@Vaberer @patreu22 This should be merged asap. Is this no longer maintaining?

bbdroid avatar Jul 06 '18 12:07 bbdroid

@Vaberer Follow-up to that one

patreu22 avatar Sep 22 '18 21:09 patreu22