UIPeripheralHostView

From iPhone Development Wiki
Revision as of 07:08, 11 July 2014 by Twodayslate (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This view contains the iOS keyboard. It is made up of the background (UIKBInputBackdropView) and the foreground (UIKeyboardAutomatic)

recursiveDefinition example on 7.1.2:

<UIPeripheralHostView: frame = (0 568; 320 252);>
   | <UIKBInputBackdropView: frame = (0 0; 320 252);>
   |    | <UIKBBackdropView: frame = (0 0; 320 252);>
   |    |    | <_UIBackdropEffectView: frame = (0 0; 320 252);>
   | <UIKeyboardAutomatic: frame = (0 0; 320 252);>

Keyboard.png