ACEExpandableTextCell
ACEExpandableTextCell copied to clipboard
It's possible have 2 ACEExpandableTextCell in the same section ?
hi, im trying to put multiple ACEExpandableTextCells in the same section but only one of them change his size when i type? any suggest?
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
If you change #sections to 1, and #rows to 2, you will see that it doesn't draw correctly or properly manage multiple heights.