- 博客(1)
- 收藏
- 关注
原创 UITableView
表格视图_tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain]; _tableView.delegate = self; _tableView.dataSource = self; [self.view addSubview:_tableView];显示一组数据 -(N
2015-11-21 11:10:16
217
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅