美文网首页
Could not signal service com.app

Could not signal service com.app

作者: LYDeveloper | 来源:发表于2019-06-13 10:25 被阅读0次

    会用WebKit 报错。
    只需要

    [self.view addSubview:webView];
    

    放在加载请求之前就可解决问题。

    [webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:self.loadURLString]]];
    

    相关文章

      网友评论

          本文标题:Could not signal service com.app

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