Eureka: How to reuse custom cell?

Created on 22 Mar 2016  路  2Comments  路  Source: xmartlabs/Eureka

question

All 2 comments

@marshallYin good question..
Currently Eureka does not reuse cells, each row has its correspond cell. This is a architecture decision that comes from XLForm project (eureka obj-c "version").
The reason of not reusing the cells is keeping the changes made on a row's cell, specially those changes that are set up during row creation time or within onCellSetup callback.

This should not be a performance problem when creating forms using Eureka since normally table view forms have just a few cells.

Regards

Thanks for your reply.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tc picture tc  路  3Comments

zoul picture zoul  路  3Comments

abbasmousavi picture abbasmousavi  路  3Comments

JonathanImperato picture JonathanImperato  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments