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