美文网首页
在webview上IQKeyboardManager的禁用too

在webview上IQKeyboardManager的禁用too

作者: 蜗蜗牛在奔跑 | 来源:发表于2020-04-23 10:13 被阅读0次

    - (void)viewDidLoad { [super viewDidLoad];[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(removeKeyboardTopBar:) name:UIKeyboardWillShowNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(removeKeyboardTopBar:) name:UIKeyboardDidShowNotification object:nil];}


    相关文章

      网友评论

          本文标题:在webview上IQKeyboardManager的禁用too

          本文链接:https://www.haomeiwen.com/subject/czoynctx.html