- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString* CellIdentifier = @"Cell"; UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath]; /* //storyboardã§ã²ãã¥ããã¦ãªãã¨ãã«èªå·±çæã§ãªã¦ã¼ã¹ã«ã²ãã¥ãã UITableViewCell* cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if(!cell){ cell
{{#tags}}- {{label}}
{{/tags}}