self.tableView = ({
UITableView *tableView = [[UITableViewalloc] initWithFrame:CGRectMake(0, 99, LCScreenW, LCScreenH - 99 - 49)];
tableView.dataSource = self;
[self.view addSubview:tableView];
tableView;
});
不是初始化吗,添加数据,再添加tableview到视图。。。
好像是给TABLE绑定数据