Menu

#626 Minimum height of table row in card list

iphone_1.10
closed
SDK 13 (6)
7
2020-07-18
2020-06-13
No

Since SDK 13, the table rows in the card list have fully dynamic height. In case of empty card (no question, no answer) the height is minimum, this makes it hard to even select such a card.

Discussion

  • Christa Runge

    Christa Runge - 2020-07-11
    • assigned_to: Christa Runge
     
  • Christa Runge

    Christa Runge - 2020-07-11

    UITableViewAutomaticDimension: table view chooses appropriate height based on your cell's content.
    UITableView.rowHeight: is ignored as soon as the delegate implements the tableView:heightForRowAtIndexPath: method. The former is more efficient if all cells have same height.

     
  • Christa Runge

    Christa Runge - 2020-07-18
    • status: open --> closed
     
  • Christa Runge

    Christa Runge - 2020-07-18

    Fixed in commit 0298d48

     

Log in to post a comment.