I have two UITableViewCells that looks exactly the same, but each one has a completely different logic. So I want to create two UITableViewCell, with the same xib.
The logic of each cell is different and I don't want to have code split with if
s.
How do I do that?