Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 如何通过我从IB知道的编码生成表视图?_Iphone - Fatal编程技术网

Iphone 如何通过我从IB知道的编码生成表视图?

Iphone 如何通过我从IB知道的编码生成表视图?,iphone,Iphone,我是iphone应用程序的新手,我想使用编码创建表视图,请您给我一些建议?使用 例如: CGRect tableViewFrame = CGRectMake(0, 20, 320, 460); UITableView *myTableView = [[UITableView alloc] initWithFrame:tableViewFrame style:UITableViewStylePlain]; // now add the new view to a window or another

我是iphone应用程序的新手,我想使用编码创建表视图,请您给我一些建议?

使用

例如:

CGRect tableViewFrame = CGRectMake(0, 20, 320, 460);
UITableView *myTableView = [[UITableView alloc] initWithFrame:tableViewFrame style:UITableViewStylePlain];
// now add the new view to a window or another view

阅读苹果的文档!下载苹果iphone示例代码!研究他们,如果你不理解或需要澄清,然后问一个问题。