-2

我的主屏幕有:( UITabViewController内容 3 UIViewController)。每个UIViewController都有一个 UITableViewController。现在我想设置框架UITableViewController。可能吗?

4

2 回答 2

1

无法设置 UITableViewController 的框架...如果您想在 UIViewController 中放置一个表格,请在您的 UIViewController 中添加一个 tableView.. 然后您可以设置您的 tableView 的框架。

于 2012-10-09T07:51:30.197 回答
0

由于没有实例UIViewController具有框架属性,因此您的问题在技术上毫无意义。请花更多时间阅读 Apple 的文档,您所需要的一切都在那里并且尽早开始。注意UIViewUIViewController是一个很好的起点。我们都必须从那里开始。

于 2012-09-28T07:54:05.623 回答