I am looking for a way on the iPhone, due to a custom \'loading\' subview, to have a subview cover the keyboard without dismissing the keyboard. Right now when the subview l
UIWindow *window = [UIApplication sharedApplication].windows.lastObject; [window addSubview:self.view]; [window bringSubviewToFront:self.view];