How can a create a automatically resizing table cell for entering texts like in the iPhone's “mail” app?

后端 未结 3 847
梦谈多话
梦谈多话 2021-02-09 16:59

I\'m try to emulated something just like the \"new message\" page in Apple\'s mail app on the iphone. I\'ve implemented it with a tableview and I\'ve successfully gotten the \"T

3条回答
  •  旧时难觅i
    2021-02-09 17:30

    Mail.app doesn't seem to use UITableView. It looks like there custom items (labels and text fields) with UITextView on bottom.

提交回复
热议问题