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

后端 未结 3 839
梦谈多话
梦谈多话 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条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 17:38

    I would recommend using a UIScrollView yourself instead of a UITableView. UITableView isn't really built to support such a thing.

提交回复
热议问题