ios - 创建多列tableview/collectionview IOS
<p><p>我需要创建一个多列的表格,每个 View 都有独立的滚动。每列将包含可以展开以容纳订单项的部分。所有列可能不包含相同数量的部分。我想知道解决这个问题的最佳方法是什么。
<img src="/image/ITahG.png" alt="enter image description here"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我建议将每个 TableView 包含在它们自己的 UITableViewController 中。然后您可以使用容器 Controller 将每个 TableViewController 显示为 subview 。</p>
<p>见:<a href="http://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/CreatingCustomContainerViewControllers/CreatingCustomContainerViewControllers.html" rel="noreferrer noopener nofollow">Creating Custom Container View Controllers</a> </p>
<hr/>
<p>这种方法的优点是您可以创建一个通用的容器 View ,只需要担心 subviewController 的位置和大小。每个 subviewController 都可以担心自己的内容。因此,您可以让 subviewController 成为表格 ViewController 、导航 ViewController 或您当时需要的任何东西。</p></p>
<p style="font-size: 20px;">关于ios - 创建多列tableview/collectionview IOS,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/18191981/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/18191981/
</a>
</p>
页:
[1]