So in iOS 7 I always got the Keyboard Window like this:
- (UIView *)keyboardView { UIWindow* tempWindow; //Because we cant get access to the UIKeybo
In the first iOS 8 beta, the system keyboard is the UIInputSetHostView subview of the UIInputSetContainerView subview of one of the application windows.