ACEExpandableTextCell icon indicating copy to clipboard operation
ACEExpandableTextCell copied to clipboard

It's possible have 2 ACEExpandableTextCell in the same section ?

Open osorioabel opened this issue 10 years ago • 2 comments

hi, im trying to put multiple ACEExpandableTextCells in the same section but only one of them change his size when i type? any suggest?

osorioabel avatar Jun 13 '14 14:06 osorioabel

I never tried, but I can't see why it should not work

did you manage to save the two different height here ?

  • (void)tableView:(UITableView *)tableView updatedHeight:(CGFloat)height atIndexPath:(NSIndexPath *)indexPath

acerbetti avatar Jun 13 '14 22:06 acerbetti

If you change #sections to 1, and #rows to 2, you will see that it doesn't draw correctly or properly manage multiple heights.

ghost avatar Mar 06 '15 18:03 ghost