I designed a sophisticated UITableViewCell in Interface Builder, which has many subviews and constraints. The problem is that they many of them are direct children of the content view. I now want to insert a UIView between the content view and all of my subviews.
Or, another way to think about this is to imagine I want to include all of my cell's content on a normal UIViewController without a table view.
What is the easiest way to do this without having to manually recreate all of my constraints?