Set tintColor of newly created cells according to formController's view#857
Set tintColor of newly created cells according to formController's view#857tobihagemann wants to merge 2 commits into
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)
tintColoreven though the storyboard has a different globaltintColorset. That's why I'm setting thetintColorof newly created cells to thetintColorofformController.view.