Font-Awesome-Swift
Font-Awesome-Swift copied to clipboard
Removed the Selected state and replaced it through highlighted at the…
… 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.
@Vaberer @patreu22 This should be merged asap. Is this no longer maintaining?
@Vaberer Follow-up to that one