I have 4 different views in my app that currently display the exact same UITableViewCell. In my Storyboard I have 4 occurrences of the same cell (which is quite a complicated custom cell) and in the .m files, I have more or less the exact same code do associate the data to the UITableViewCell. I have 4 different views in my app that current