UIPeripheralHostView: Difference between revisions

From iPhone Development Wiki
No edit summary
No edit summary
Line 9: Line 9:
   | <UIKeyboardAutomatic: frame = (0 0; 320 252);>
   | <UIKeyboardAutomatic: frame = (0 0; 320 252);>
</source>
</source>
[[File:Keyboard.png]]

Revision as of 07:08, 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);>

Keyboard.png