Improving UIButton and UITextfield support#350
Conversation
…d so the cursor color can be changed
… of UIButton and not setBackgroundImage:forState:
Updating the README file to document support to UITextField tint-color and UIButton background-colour-normal.
|
This change seems to have caused a regression for the |
…l property of UIButton. Adding a test for UIActivityIndicatorView color property.
|
I have already updated the regression test for both UIButton and UITextField. Additionally, I added support for UIActivityIndicatorView with its own test as well. Let me know if I need to update something else. |
|
Looks good to me, but just a word of advice for next time: Please try to keep pull requests as small and modular as possible. I noticed 13 hours ago changes for |
Merge pull request tombenner#350 from antobito11/master
Adding support for tint-color in UITextfield.
Adding support for background-color in UIButton without using a color based image that was causing problems with drop shadow and corner-radius.