Eureka: TextRow() text color

Created on 20 Feb 2018  路  2Comments  路  Source: xmartlabs/Eureka

    <<< TextRow(){ row in
            row.title = name
        }.cellSetup{ cell, row in
            cell.textLabel?.textColor = .white
            cell.textLabel?.tintColor = .white
            cell.tintColor = .white
        }

None of the solutions above change the text color

duplicate FieldRow

Most helpful comment

Use cell.titleLabel and always change colors in cellUpdate, not cellSetup

All 2 comments

Use cell.titleLabel and always change colors in cellUpdate, not cellSetup

Worked. Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thlbaut picture thlbaut  路  3Comments

smileatom picture smileatom  路  3Comments

pteasima picture pteasima  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments

jaylyerly picture jaylyerly  路  3Comments