- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { // 1x3 or 3x1 if (indexPath.row == 0 || indexPath.row == 2 || indexPath.row == 5) { return 240; } // 1x1 else { return 109; } } - (void)viewDidLoad { [super viewDidLoad]; // ã«ã¹ã¿ã Cellãç»é² [self.tableView registerNib:[UINib nibWithNibName:@"Article1x1TableViewCell" bundle:[NSBundle mainBundle]] forCellReu
{{#tags}}- {{label}}
{{/tags}}