Figure 10- 7 Keyboard is hidden
OK, this view is keyboard itself. Thus, we can infer that UIKBInputBackdropView and
UIKBCompatInputView work together to form a keyboard’s view. This official design mode can
be a good reference for 3rd-party keyboard developers and WinterBoard theme makers.
Now that there is the last subview with an explicit name “CKMessageEntryView”, waiting
for our test:
cy# [#0x157b88d0 setHidden:NO]
cy# [#0x1682ca50 setHidden:YES]
The view looks like figure 10-8 after the above commands.