Xcode Swift编程添加边框底部问题

时间:2015-10-11 17:22:24

标签: ios swift constraints border xcode7

我在Border Bottom中使用此代码。它正在工作,但当我添加一些约束。(顶部,左侧,右侧定位)边框底部不起作用。问题是什么。 (的UITextField)

 let border = CALayer()
    border.backgroundColor = color.CGColor
    border.frame = CGRect(x: 0, y: frame.height - size, width: frame.width, height: size)
    layer.addSublayer(border)
    layer.masksToBounds = true

让我疯狂请帮助

0 个答案:

没有答案