标签: ios swift3 keyboard ios-keyboard-extension
我尝试在旋转(设备方向更改为横向/横向)发生后计算出键盘扩展视图的高度。我使用func didRotate(from fromInterfaceOrientation: UIInterfaceOrientation)来确定是否发生了旋转。在旋转之前和之后,我用self.view.frame.height检查高度。
func didRotate(from fromInterfaceOrientation: UIInterfaceOrientation)
self.view.frame.height
有人知道为什么我的尺码错了吗?在布局之前是否调用了func?
提前致谢