当view.addSubview - Swift时,uiviews之间的差距

时间:2017-03-16 20:16:35

标签: ios swift3 subview

我有一个彼此相邻的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

我已经尝试了很多,但差距不会消失。有人有个主意吗?

0 个答案:

没有答案