peterhajas / Genesis

Edit and test source code, right on your iOS device!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings' "Done" button is Blue

mdznr opened this issue · comments

The "Done" button in Settings should be purple. I'll take a look at it, but I don't know why it wouldn't taken on the app's default style.

I think UIBarButtonItemStyleDone does not like changing the property tintColor to kGNTintColor. So instead, I just changed UIBarButtonItem* done to one with style:UIBarButtonItemStyleBordered and then set it's tintColor to kGNTintColor.