-
Notifications
You must be signed in to change notification settings - Fork 21
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
is possible to style table section? #17
Comments
XLForm headers are difficult to skin. @markrickert have sent a PR to XLForm but they are not very fast at merging... Mark, do you think you could "monkey-patch" the headers directly here ? |
hmm i see that, i was checking the source code too, I though it was impossible for now. also, i'm having a weird behaviour: |
no, it's not normal. |
oooh just found the problem for that..... the real problem here, is that i want to apply "tint_color" to my app, because the nav_bar has a different color, i set to white there.... anyway thanks for your quick help!! [edited] i'm doing this to style the text color on the nav controller
seems that that overwrite everywhere, oh well, problem solved, for now. |
You can manually reference my branch in your project's rakefile to get the changes without using the master cocoapod. That's what i'm doing on one of my projects. Your rakefile pods override any pod definitions in gems. |
Goo idea, thank you @markrickert and @bmichotte |
Hi, I want to give style to the sections on the table, is that possible??
i've tried applying "appearance" just to the section doest work, or using the method
that works on ProMotion, but here is just ignored, I want to do it because the text is displaying really big on my tables, not like on the demos :/
thank you!
The text was updated successfully, but these errors were encountered: