close
TableView Cell 使用方法dequeueReusableCellWithIdentifier
從xib或storyboard 使用自定cell
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"flowerCell"];
return cell;
}
全站熱搜