Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

Small Fix to UIBarButtonItem+TitleTextAttributeStates #245

Closed mliberatore closed 6 years ago

mliberatore commented 6 years ago

What It Does

Small follow-up to #244. The following was printing to the console:

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

I was using .selected, which is not respected, and have now changed it to .focused.

How to Test

Same steps as #244

Notes

N/A