Can I have different configuration of rows in different section of table view?
This method doesn't contains the section parameter:
-(UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath
So is it possible to do differently for different sections in the same table view?