求:iOS 代码如何创建静态tableView 谢谢~~ |
|
5分 |
不知道我理解的静态 tableView 跟你理解的一不一样
你只要自定义数据,在 如果不是的话,你可以把你的问题再讲详细点 |
5分 |
其实都一样的
|
5分 |
代码创建不了,这是Storyboard的功能
|
10分 |
所谓的静态就是指不通过代码的方式来创建,主要是通过storyboard可视化配置。
|
5分 |
什么叫静态tableview?。。。。。。 m_tableMedia = [[UITableView alloc] initWithFrame:self.view.frame]; 代码所在类实现UITableViewDelegate,UITableViewDataSource。 -(UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath -(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section |