Skip to content

Instantly share code, notes, and snippets.

View allenhsu's full-sized avatar
🎯
Focusing

Allen Hsu allenhsu

🎯
Focusing
View GitHub Profile
#import <objc/runtime.h>
#import <UIKit/UIKit.h>
@interface UIWebView (HackishAccessoryHiding)
@property (nonatomic, assign) BOOL hackishlyHidesInputAccessoryView;
@end
@implementation UIWebView (HackishAccessoryHiding)
static const char * const hackishFixClassName = "UIWebBrowserViewMinusAccessoryView";