博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
加载本地Html文件
阅读量:6032 次
发布时间:2019-06-20

本文共 524 字,大约阅读时间需要 1 分钟。

http://blog.csdn.net/workhardupc100/article/details/7443580

 

UIWebView *webView = [[[UIWebView allocinitWithFrame:CGRectMake(00320480)] autorelease];

NSString *htmlPath = [[[NSBundle mainBundlebundlePath]stringByAppendingPathComponent:@"Quartz2D.html"];

htmlPath = [htmlPath stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; 

[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:htmlPath]]];

[self.view addSubview:webView];

转载于:https://www.cnblogs.com/pengyingh/articles/2446772.html

你可能感兴趣的文章
mybatis-plus 3.1.0 发布,划重点一大波升级
查看>>
配置maven
查看>>
C# 添加、修改和删除PDF书签
查看>>
Python标准库(待续)
查看>>
从 源码 谈谈 redux compose
查看>>
《Spring Boot开发:从0到1》大纲结构
查看>>
【JAVA零基础入门系列】Day4 变量与常量
查看>>
centos7.4系统的虚拟机网络配置教程
查看>>
HyperLedger Fabric ca正式环境部署
查看>>
LeetCode 74 Search a 2D Matrix(搜索2D矩阵)
查看>>
计算机网络基础:这是一份详细 HTTP 学习指南
查看>>
Redis API 必杀解读:引入RedisTemplate
查看>>
WordPress 主题开发商将客户当肉鸡,向对手发起 DDoS 攻击
查看>>
Javascript装饰器的妙用
查看>>
Windows 10 的 October 2018 更新开启自动推送
查看>>
标榜着“有情绪”的机器人们,真的有情绪吗?
查看>>
前端框架三巨头:React仍是老大,Vue 增长率最高
查看>>
MYSQL汇总
查看>>
storm1.0节点间消息传递过久分析及调优
查看>>
StackExchange.Redis使用配置
查看>>