摘要:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ UITableViewCell *cell; if (indexPath.section==1) { UITableViewCell *newsCell = [DataTable dequeueReusableCellWithIdentifier:@"newsCell1"]; if (newsCell==nil) { ... 阅读全文