iPad SplitView TableViewController 宽度
如何更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我收到了您的要求,您想在申请中做什么。在这里您可以以不同的方式进行。
请使用 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.