更改 iPhone 上 UITableViewController 的宽度

发布于 2024-08-24 10:21:06 字数 86 浏览 0 评论 0原文

有谁知道如何更改 uitableviewcontroller 的宽度?我想也许我可以在界面生成器中完成它,因为我无法在代码中弄清楚它。

谢谢!

Does anyone know how to change the width of a uitableviewcontroller? I was thinking maybe I could do it in interface builder because I can't figure it out in the code.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

辞取 2024-08-31 10:21:06

视图控制器没有任何与其关联的大小属性(该信息存储在视图中)。但是,您可以通过设置“frame”属性或更新界面生成器中的属性(“工具”>“检查器”>“大小”)来更改 UITableView 的宽度。如果 UIView 中包含 UITableView,则应该能够在界面生成器中拖动来调整大小。

View controllers do not have any size attributes associated with them (that information is stored within the view). However, you can change the width of your UITableView by setting 'frame' property or by updating the properties in interface builder (Tools > Inspector > Size). If you have a UITableView contained within a UIView, you should be able to drag to resize in interface builder.

椵侞 2024-08-31 10:21:06

我认为更改视图控制器的宽度没有意义。我认为你想改变视图的宽度,比如 UITableView。

I don't think it makes sense to change the width of a View Controller. I think you want to change the width of a view, like UITableView.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文