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.
我期望的视图就像这个图像
主视图包含三个部分:一个标签,一个webview和一个tableview。但困难在于它们的大小不固定。我希望 webView 可以根据其内容自动拉伸高度;tableView 类似于 webView,它的高度应该由它的内容决定。
如果 webView 的高度大于屏幕的高度,我想滚动整个视图而不是 webView。
我尝试了很多方法,但无法获得预期的结果。
您可以通过使用 UITableView 在 UITableView 单元格上添加所有组件来实现,方法是使用 cell.contentView 并在 UIView 上添加表格。