美文网首页
UIWebview---OC与js的交互

UIWebview---OC与js的交互

作者: 乡水情缘 | 来源:发表于2017-04-27 14:23 被阅读6次

    dispatch_async(dispatch_get_main_queue(), ^{
    //回调或者说是通知主线程刷新,
    [self.web stopLoading];
    self.web.delegate = nil;
    DeleciousTabViewController *tab = [[DeleciousTabViewController alloc]init];
    [self.navigationController.navigationBar setHidden:YES];
    [self.tabBarController.tabBar setHidden:YES];
    [self.navigationController pushViewController:tab animated:YES];
    });

    相关文章

      网友评论

          本文标题:UIWebview---OC与js的交互

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