ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 77 forks source link

Adding support for selected|highlighted state #85

Closed flippinjoe closed 9 years ago

flippinjoe commented 9 years ago

Based off of this slack post. There is a distinct difference between UIControlStateHighlighted and UIControlStateSelected|UIControlStateHighlighted.

http://stackoverflow.com/questions/16907166/uibutton-highlighted-state-not-showing-when-clicking-over-a-selected-uibutton

cloudkite commented 9 years ago

@flippinjoe21 thanks!