UIPeripheralHostView: Difference between revisions

From iPhone Development Wiki
(fixing typo)
No edit summary
Line 1: Line 1:
This view contains the iOS keyboard. It is made up of the background (UIKBInputBackdropView) and the foreground (UIKeyboardAutomatic)
recursiveDefinition example on 7.1.2:
recursiveDefinition example on 7.1.2:
<source lang=boo>
<source lang=boo>
Line 5: Line 7:
   |    | <UIKBBackdropView: frame = (0 0; 320 252);>
   |    | <UIKBBackdropView: frame = (0 0; 320 252);>
   |    |    | <_UIBackdropEffectView: frame = (0 0; 320 252);>
   |    |    | <_UIBackdropEffectView: frame = (0 0; 320 252);>
  | <UIKeyboardAutomatic: frame = (0 0; 320 252);>
</source>
</source>

Revision as of 06:55, 11 July 2014

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);>