So I was adding labels and such to my UITableViewCell and when I added the subviews, I learned I needed to remove them or else they would remain glitchy...
I can understand that, but now when I am using a custom cell class, I no longer have to remove the added subviews. Why is this?
I simply initialized the label in the my custom cell class's init method, with a custom frame (not through IB).