Tag: uiinputviewcontroller

如何在iOS 8中检测自定义键盘扩展中的方向更改?

在自定义键盘扩展中,我们不能使用 `didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation` 和sharedApplication 。 旋转时需要在键盘上检测纵向或横向。 如何检测自定义键盘扩展中的方向更改?