Eureka: TextColor and Background colors - Change Header text color.

Created on 19 Nov 2015  路  2Comments  路  Source: xmartlabs/Eureka

I've been customizing the color settings, as I have a situation where I have a darker, gradient background. I wanted the tableview to be ClearColor, and the text colors to be different colors, which wasn't a problem. However, the HeaderView text color is always a dark grey, which doesn't show up very well on darker backgrounds. However, I have had no success trying to determine where to get at the text color on the header to customize it. Can you provide an example or at least point me in the right direction regarding where I could override the header cell text color? Thanks.
2015-11-19_13-31-28

section header footer

Most helpful comment

@lastmboy look at this http://stackoverflow.com/a/27261038/2763561 if you only want to change the default header color.

If this doesn't works you can set up a whole new header section by following this reference https://github.com/xmartlabs/Eureka#section-header-and-footer

All 2 comments

@lastmboy look at this http://stackoverflow.com/a/27261038/2763561 if you only want to change the default header color.

If this doesn't works you can set up a whole new header section by following this reference https://github.com/xmartlabs/Eureka#section-header-and-footer

Great! Thanks for the info. The info in the first link was exactly what I needed. I have it working great. I'm not sure if you have any intention of allowing custom color configuration at some point, but I'm trying to set it up so that all color settings can be customized through protocols and extensions. Eureka is an awesome framework, though. Much appreciated.

Was this page helpful?
0 / 5 - 0 ratings