约束不适用于键盘扩展中的视图

时间:2015-07-26 10:40:37

标签: ios swift uiview autolayout ios-keyboard-extension

我如何设置约束

enter image description here

我如何添加此uiview

let nib = UINib(nibName: "keyboard", bundle: nil)

keyboardView = nib.instantiateWithOwner(self, options: nil)[0] as! UIView

self.inputView.addSubview(keyboardView)

在模拟器中的样子

enter image description here

有没有人有类似的问题?

0 个答案:

没有答案