- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return _dataSource?1:0;
} - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
return _dataSource?_dataSource.count:0;
}
条件?答案1:答案2。这个是正则表达式,当条件成立的话,返回答案1,条件为NO的话返回答案2.