Can I have different configuration of rows in different section of table view?
Posted
by Siegfried
on Stack Overflow
See other posts from Stack Overflow
or by Siegfried
Published on 2010-06-01T05:19:30Z
Indexed on
2010/06/01
5:23 UTC
Read the original article
Hit count: 229
iphone
|uitableview
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?
© Stack Overflow or respective owner