Hi.
I have one UITableView with a custom cell loaded from a nib file, it works fine.
When I select a row(named CustomCell1), It is possible to load another CustomCell2 and replace CustomCell1 with it?
I guess I have to use didSelectRowAtIndexPath() but I don't know how.
Any ideas?
Thanks.