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

calli23 picture calli23  路  3Comments

zoul picture zoul  路  3Comments

Isuru-Nanayakkara picture Isuru-Nanayakkara  路  3Comments

JonathanImperato picture JonathanImperato  路  3Comments

jaylyerly picture jaylyerly  路  3Comments