increase uitableviewcell height simultaneously increasing the inner UITextView

前端 未结 8 1545
花落未央
花落未央 2021-02-02 17:13

I create a UITableView with different types of UITableViewCell depending on the type of content to display. One of this is a UITableViewCell

相关标签:
8条回答
  • 2021-02-02 17:40

    Check this out: UIView Contentmode - play with the values like:

    cell.contentMode = //...//
    
    0 讨论(0)
  • 2021-02-02 17:45

    Set the TextView Frame With An Animation ..so that it syncs with the cell's animation of expanding height

    0 讨论(0)
提交回复
热议问题