Closed cozzin closed 6 years ago
Thanks a lot for contributing @cozzin! I've invited you to join the RxSwiftCommunity GitHub organization – no pressure to accept! If you'd like more information on what this means, check out our contributor guidelines and feel free to reach out with any questions.
Generated by :no_entry_sign: dangerJS
@cozzin Next time you want to use a binder which RxTheme not supporting yet, You can declare it in your codebase in the first place
@wddwycc Thank you for your explain ☺️
I wanted to apply RxTheme to the UIButton's text, but there was no titleColor Binder. Currently, when we try to change the color of the button's titleLabel, we need to write code like this:
So I added
titleColor(for state: UIControlState)
Binder. This binder makes it easier to write code.