Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在自定义 UIView 中插入 TextView,然后根据 TextView 中的行数调整 UIView 的大小?看起来像消息应用程序中的消息气泡的东西(我相信它们也是单元格)。
这是 Alex Barinov 的一个 git 项目,它实现了您希望使用UITableView. 使用表格视图,您可以轻松地将下一个聊天“气泡”动态添加到屏幕底部并将旧内容向上推送。
UITableView
http://alexbarinov.github.com/UIBubbleTableView/