What is the reason for the remaining vertical spacing between an “inner”-view and the contentview of an UITableViewCell using Storyboard?
I am using storyboard in an iOS/xcode project with the following simplified "hierarchy" (from top to bottom): ViewController (not a TableViewController for some customizing reasons) View TableView (and some other content that does not matter I think) Cell ContentView "AnyView" (specific type seems to be irrelevant, as the following happens for every item I tried) When I set the constraints between AnyView and ContentView to Zero Spacing for Top/Bottom/Leading/Trailing there is still quite some "space" between the ContentView and AnyView. (I have never encountered this when doing similar things