Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
UIPeripheralHostView - iPhone Development Wiki

UIPeripheralHostView

From iPhone Development Wiki
Revision as of 08:50, 16 July 2014 by Twodayslate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Error creating thumbnail: File missing

The keyboard button squares and the text are actually separate images. Each are contained in a UIKBSplitImageView which has a UIImage. These are rendered and cached.

The more dynamic keys (shift, delete, space, 123, world icon, return, etc) are UIKBKeyViews.

The best way to get the UIPeripheralHostView is via [%c(UIPeripheralHost activeInstance]'s _hostView ivar.