increase uitableviewcell height simultaneously increasing the inner UITextView

前端 未结 8 1542
花落未央
花落未央 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 = //...//
    

提交回复
热议问题