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.
如何在 iPad SDK 3.2 中更改 UITableViewController 的宽度。好像和 iPhone UITableView 一样是固定的。
我得到了你的要求,你想在你的应用程序中做什么。在这里,您可以以不同的方式执行它。
请不要使用 UITableViewController,而是使用 UIViewController,然后在 UIViewController 中添加 UITableView。在这里,您可以根据需要更改 UIView 的帧大小。但是你不能改变 UIViewController 的框架大小,因为它是基本视图,它将与 iPad 屏幕相同。请这样做,如果您有任何问题或疑问,请告诉我。