¡@

Home 

2014/10/15 ¤U¤È 10:09:04

iphone Programming Glossary: findvirginwebkeyboardtoolbar

How to find UIWebView toolbar (to replace them) on iOS 6?

http://stackoverflow.com/questions/13143689/how-to-find-uiwebview-toolbar-to-replace-them-on-ios-6

code from another application but it doesn't find anything. Why How to get access to the UIWebView toolbar UIToolbar findVirginWebKeyboardToolbar UIView parent if parent isKindOfClass UIToolbar class UIToolbar tb UIToolbar parent if tb.items count 1 UIBarButtonItem.. 0 .customView isKindOfClass UISegmentedControl class return tb for UIView view in parent.subviews UIToolbar tb self findVirginWebKeyboardToolbar view if tb return tb return nil void removeKeyboardBar UIView keyboardWindow nil for UIWindow testWindow in UIApplication.. for UIWindow testWindow in UIApplication sharedApplication windows keyboardWindow testWindow UIToolbar toolbar self findVirginWebKeyboardToolbar keyboardWindow subviewWhichIsPossibleFormView if toolbar itemsArray NSArray arrayWithObjects button1 button2 button3 nil..