美文网首页
html5 - iOS的webview加载出来的H5网页,怎么修

html5 - iOS的webview加载出来的H5网页,怎么修

作者: 小家子店铺 | 来源:发表于2019-04-04 19:15 被阅读0次

    犹豫在初始化导航栏的时候 设置了[UIBarButtonItem appearance]  为clearColor


    所以导致在在h5里的界面弹出的输入框中, 完成 和 清除 按钮一直不能正常显示, 都是半透明状态, 而单纯加载本地的html5 


    UIBarButtonItem *item = [UIBarButtonItem appearance];    

    NSMutableDictionary *attrs = [NSMutableDictionary dictionary];

      attrs[NSForegroundColorAttributeName] = [UIColor blueColor];

      [item setTitleTextAttributes:attrs forState:UIControlStateNormal];

    相关文章

      网友评论

          本文标题:html5 - iOS的webview加载出来的H5网页,怎么修

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