-
-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set tintColor of newly created cells according to formController's view #857
base: master
Are you sure you want to change the base?
Conversation
In your case, which is the tintColor of the |
I had to debug this, but So yes, I've been already setting How would you set the color of the buttons in the |
I tried with |
It's not convenient to set the Either remove XLFormButtonCell.m#L55-L59, because it doesn't make sense to set I really have no idea what the ideal solution would be for XLForm, but I believe there needs to be some sort of fix. 😁 |
I think those lines make that button cells with a simple action set their textColor to the tintColor. That works perfect if the |
I'm using storyboards and cells created by XLForm always have the default (blue)
tintColor
even though the storyboard has a different globaltintColor
set. That's why I'm setting thetintColor
of newly created cells to thetintColor
offormController.view
.