iOS get Keyboard Window

前端 未结 4 1224
一生所求
一生所求 2021-01-13 00:16

So in iOS 7 I always got the Keyboard Window like this:

- (UIView *)keyboardView
{
    UIWindow* tempWindow;

    //Because we cant get access to the UIKeybo         


        
4条回答
  •  轮回少年
    2021-01-13 01:08

    In the first iOS 8 beta, the system keyboard is the UIInputSetHostView subview of the UIInputSetContainerView subview of one of the application windows.

提交回复
热议问题