Xcode – How to make a UITableViewCell that inherits from another UITableViewCell?
I created a UITableViewCell that is basically a card with a shadow behind it. I want to make this the base class used for all other custom UITableView Controllers. However, when I used the code below, the Shadowed Card doesn't…