我有一个彼此相邻的SegmentControl(SC)和一个UIView(U1)。当我在U1中添加另一个UIView(U2)时,U2的顶部与U1的顶部之间存在间隙。
placeholderView.addSubview(childViewController.view)
childViewController.view.bounds = placeholderView.bounds
childViewController.view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
这张照片的差距很明显: https://uploadpie.com/lx4b84
我已经尝试了很多,但差距不会消失。有人有个主意吗?