Why the removal of `UITableViewCellContent` related classes?
rcasula opened this issue · 4 comments
Checklist
- Reviewed the README and documents.
- Searched existing issues for ensure not duplicated.
Hi, I appreciate your work but I was wondering: why did you remove UITableViewCellContent
in the latest release (rc1)?
It was the only way to access the cell that actually is rendered by the tableview.
Now I can't, for example, add an accessory view to the cell keeping the cell's background color the same, and I can't make use of the default cell selection behavior.
@robcas3
You can use arbitrary customized class of cell by overriding UITableViewAdapter implemented in here.
It's providing more flexible customizability.
Oh wow, I missed that PR, sorry!
Thank you, that's what I was looking for!
@robcas3
Sorry to make some breaking changes without prior notice.
I'll be happy if the new features will help you.
FYI, you can catch up the changes in the versions by checking the release notes.