Eureka: can i add a custom view into cell?

Created on 23 Mar 2017  路  2Comments  路  Source: xmartlabs/Eureka

Eureka: 2.0.1
Xcode: 8.0
iOS: 8.1

I don't like the left margin of the cell separator.
but I can not clear it.
so I wanna just add a custom view into the cell, I should set the height to 1.

awaiting response question

All 2 comments

Read the documentation

Hey @abellee !
You didn't specify which rows you are using, but with most built-in rows you can specify a custom nib to use and you could add your separator there:

<<< TextRow() {
    $0.cellProvider = CellProvider<TextCell>(nibName: "NewCustomCell", bundle: .main)
    $0.title = "TextRow"
}

Cheers

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Isuru-Nanayakkara picture Isuru-Nanayakkara  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments

tc picture tc  路  3Comments

sedwo picture sedwo  路  3Comments

smileatom picture smileatom  路  3Comments