如何自定义Master是SPlitviewcontroller的大小?
我的主视图是一个典型的表视图。但是,单元格内容最多只能包含 5 个字母。我想在分割视图中调整母版的大小。我们有办法做到吗?
My master view is a typical table view. But, the cell content is just to the max 5 letters. I wanted to resize the master in my splitview. Is there a way for us to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档指出“拆分视图控制器的第一个窗格的固定宽度为 320 点,高度与可见窗口高度相匹配。第二个窗格填充剩余空间。”,所以看起来您不能。我建议提交雷达增强请求。
The docs state "The first pane of a split view controller has a fixed width of 320 points and a height that matches the visible window height. The second pane fills the remaining space.", so it doesn't appear that you can. I'd suggest filing a Radar enhancement request.