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.
必须在这里遗漏一些非常明显的东西,但是如何更改使用 Master-Detail 模板时创建的表视图的大小。
如果我在文档大纲中选择表格视图,然后查看大小检查器,则视图高度显示为灰色。
我想做的是在窗口中间有一个较小的表格视图。
您需要将 MasterViewController 重新创建为 UIViewController 而不是 UITableViewController,并将(较小的)表视图添加为情节提要的 MasterViewController 中的视图。不要忘记在新的 MasterViewController 类中采用 UITableViewDataSource 和 UITableViewDelegate 协议。