iPad SplitView TableViewController 宽度

发布于 2024-08-24 00:34:22 字数 84 浏览 3 评论 0原文

如何更改 iPad SDK 3.2 中 UITableViewController 的宽度。看起来就像iPhone UITableView 一样是固定的。

How do you change the width of the UITableViewController in an iPad SDK 3.2. It seems that it is fixed just like the iPhone UITableView.

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

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

发布评论

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

评论(1

半山落雨半山空 2024-08-31 00:34:22

我收到了您的要求,您想在申请中做什么。在这里您可以以不同的方式进行。

请使用 UIViewController,而不是使用 UITableViewController,然后在 UIViewController 中添加 UITableView。在这里您可以根据需要更改 UIView 的框架大小。但是您无法更改 UIViewController 的框架大小,因为它是基本视图,并且与 iPad 屏幕相同。请这样做,如果您有任何问题或疑问,请告诉我。

I got your requirement what do you want to do in you application. Here you can carry out it in different way.

Instead of using UITableViewController, please use UIViewController and then add UITableView inside the UIViewController. Here you can change the frame size of UIView as you want. But you can't change the frame size of UIViewController as it is the base view and it will be the same as iPad screen. Please do like this and let me know if you have any questions or doubts.

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