E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
pathForResource
iOS视频封面中间原图,背景模糊效果实现
背景模糊效果实现方法(用到的方法在文章最后)-(void)portraitBtnClick:(id)sender{//0.获取竖屏视频NSString*vedioPath=[[NSBundlemainBundle]
pathForResource
Bobo_Ma
·
2022-02-16 17:56
UIWebView加载本地pdf、doc等文件
//加载本地pdf到webview-(void)loadDocument:(NSString*)docName{NSString*path=[[NSBundlemainBundle]
pathForResource
小丑余
·
2022-02-13 17:18
iOS下JS与OC互相调用
WKWebViewalloc]initWithFrame:self.view.frameconfiguration:configuration];NSString*urlStr=[[NSBundlemainBundle]
pathForResource
冰宫无凉
·
2022-02-09 02:52
object-c 读取本地index.html文件
.//2.filePath为本地index的地址NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"index"ofType:@"html"
小倩zyq
·
2022-02-05 02:28
20年目睹之怪bug
release环境下,100%的复现的bug定位到问题在YYImage*image=[YYImageimageNamed:@"qfloading.gif"];里path=[[NSBundlemainBundle]
pathForResource
携一两本单色书来
·
2022-01-27 16:05
iOS openvc2 将图片转换为Mat类型
所以需要使用Mat图片类型项目需要导入openvc2.framework下载地址//导入头文件//#import//获取图片路径NSString*imagePath=[[NSBundlemainBundle]
pathForResource
简书弧线
·
2021-08-20 17:31
iOS 将excel转换成多个plist文件
[email protected]
@2x.png代码在此-(void)createPlist{NSString*countriesPath=[[NSBundlemainBundle]
pathForResource
JohnayXiao
·
2021-06-19 16:04
iOS json解析失精度
Podfile添加#JSONModelpod'JSONModel'NSError*error;//获取文件路径NSString*filePath=[[NSBundlemainBundle]
pathForResource
时之谷
·
2021-06-19 12:21
dispatch_semaphore_t 信号量 简单控制
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"ImageUrlPList"ofType:@"plist"];NSDictionary*imageDic
Etoaer
·
2021-06-14 04:22
iOS上加载显示pdf文件
void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[NSBundlemainBundle]
pathForResource
笨鸟晚飞
·
2021-06-14 04:27
swift读取和写入plist文件
vardiaryList:String=NSBundle.mainBundle().
pathForResource
("DiaryList",ofType:"plist")vardata:NSMutableDictionary
hou_8
·
2021-06-11 17:41
PNG与iOS优化选项
不知道大家有没有发现在从本地读取png图片的时候data与原数据不一样,读取如下:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"11"ofType
hao_da_da
·
2021-06-11 07:42
使用SDWebImage加载Gif
'''UIImageView*bgImageView=[[UIImageViewalloc]init];NSString*path=[[NSBundlemainBundle]
pathForResource
Arackboss
·
2021-06-11 03:44
视频播放
NSString*file=[[NSBundlemainBundle]
pathForResource
:@"hj"ofType:@"mp4"];AVPlayerViewController*player=
风影鹤
·
2021-06-06 13:00
iOS将txt文件写入plist文件
然后改写为plist文件-(void)convertTxtToPlist:(NSString*)fileName{//读取文本文件NSString*txtPath=[[NSBundlemainBundle]
pathForResource
Simple_Code
·
2021-06-05 14:47
Vickate_将.txt文件转成字符串String
不逼逼,直接代码NSMutableString*str=[[NSMutableStringalloc]init];NSString*protocolPath=[[NSBundlemainBundle]
pathForResource
Vickate
·
2021-06-04 07:55
AFNetworking 支持HTTPS
+(AFSecurityPolicy*)customSecurityPolicy{NSString*cerPath=[[NSBundlemainBundle]
pathForResource
:@"pacificcoffee_com
Counting_S
·
2021-05-19 03:25
获取本地视频 音频路径
1文件放在工程文件中NSString*videoPath1=[[NSBundlemainBundle]
pathForResource
:@"2"ofType:@"mp3"];NSURL*recordedTmpFile
赤焰军少帅林殊
·
2021-05-18 06:05
pathForResource
返回nil,以及UIWebView本地加载html、css/js
PS:记录自己工作学习中的一些知识;1、关于方法-(nullableNSString*)
pathForResource
:(nullableNSString*)nameofType:(nullableNSString
一盏盏灯
·
2021-05-15 12:55
在项目中添加一个本地文件
使用NSBundle和NSURL分别去获取内容,代码如下://读取文件内容//方法1:按照文件路径读取NSString*pathBundle=[[NSBundlemainBundle]
pathForResource
mumumayday
·
2021-05-14 15:48
iOS关于本地h5文件找不到的问题
1.很多时候,我们写的的html5打包放在APP中,使用nsbundle去查找([[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"type"]),
幸福晓杰2016
·
2021-05-14 12:07
iOS 将json文件转为plist文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"address.json"ofType:nil];NSLog(@"path=%@",path);
JohnayXiao
·
2021-05-13 12:08
JSON解析
demo1.json转字典NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"Books"ofType:@"geojson"];NSData
精神薇
·
2021-05-12 05:04
YTKNetwork 适配HTTPS证书
YTKNetworkConfig*config=[YTKNetworkConfigsharedConfig];///先导入证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
七分呗轻唱
·
2021-05-12 03:20
ios---加载本地html文件
WKWebView*webView=[[WKWebViewalloc]initWithFrame:self.view.frame];NSString*path=[[NSBundlemainBundle]
pathForResource
lizhi_boy
·
2021-05-12 01:06
read plist
NSArray*dataArray=[NSArrayarrayWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"words"ofType
William_
·
2021-05-11 03:26
懒加载和懒加载字典转模型
懒加载//懒加载-(NSArray*)shops{if(_shops==nil){NSString*file=[[NSBundlemainBundle]
pathForResource
:@"shops"ofType
Hevin_Chen
·
2021-05-10 17:44
Swift - WebView 加载 Html [String + filePath]
varhtmlString=""letpath=NSBundle.mainBundle().
pathForResource
("lineHead",ofType:"html")do{letcontents
桑乔朋友
·
2021-05-10 04:11
使用GPUImage给视频添加水印
addWaterMark{/*使用GUPImage添加水印,原理上相当于添加一层滤镜*/NSURL*videoURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
我是毒毒毒毒毒药
·
2021-05-09 16:13
[__NSCFString size]崩溃
_NSCFStringsize]:unrecognizedselectorsenttoinstance0x608000443300NSString*path=[[NSBundlemainBundle]
pathForResource
花裤衩小背心
·
2021-05-09 06:12
AFNetworking PUT方式 form-data表单格式上传图片
+(void)putImageToServer{NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"image.jpg"o
CaptainSirZero
·
2021-05-05 16:23
关于Xcode中调试UIWebview加载PDF 崩溃的bug
self.title=@"最终用户许可协议";NSString*path=[[NSBundlemainBundle]
pathForResource
:@"License_hemu"ofType:@"pdf
IreneWang1988
·
2021-05-05 15:09
把文件中的json转化成model
NSString*str=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"response"ofType
枫叶1234
·
2021-05-04 14:51
ZipArchive
,0),^{NSFileManager*fileManager=[NSFileManagerdefaultManager];NSString*zipPath=[[NSBundlemainBundle]
pathForResource
雷雨庭花
·
2021-05-03 06:45
plist文件简单使用 - iOS
//新建文件创建plist文件NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"banks"ofType:@"plist"];//存储类型要对应不然取出为
HAKA
·
2021-04-29 19:31
加载本地HTML代码及资源文件的两种方式
等资源文件不存在目录结构,对.css文件的引用需要如下格式:href="main.css"src="test.png"加载代码如下:NSString*path=[[NSBundlemainBundle]
pathForResource
__Gavin__
·
2021-04-29 14:25
iOS音频之AudioUnit转码播放音频-(3)
本例子实现了将mp3格式转换为pcm播放Git地址一、源文件处理1、文件的基本操作1.1、打开文件NSString*filePath=[[NSBundlemainBundle]
pathForResource
萧修
·
2021-04-28 21:27
[[NSBundle mainBundle]
pathForResource
读取文件夹列表
今天运行微博这个项目,发现[NSBundlemainBundle]
pathForResource
:@"emotion/default/default.plist"ofType:nil]无法读取文件夹列表中的某一个
哈么么茶
·
2021-04-22 11:53
framwork如何读取bundle资源
bundle路径有两种方式,这两种方式读取出来的直接使用mainBundle来获取自定义bundle路径//读取bundleNSString*bundlePath=[[NSBundlemainBundle]
pathForResource
何必太轻浮
·
2021-03-24 13:11
UIImageView 显示本地gif图片
首先图片要拖到项目中.NSString*dataPath=[[NSBundlemainBundle]
pathForResource
:@"xxxxx"ofType:@"gif"];//获取gif文件数据CGImageSourceRefsource
UnknowException
·
2021-03-11 23:16
2018-08-29 ios清理LocalStorage
NSStringfilePath=[[NSBundlemainBundle]
pathForResource
:@"storage"ofType:@"html"];NSURLurl=[NSURLfileURLWithPath
惊蛰_e3ce
·
2020-10-11 09:45
如何将excel中数据转换成plist文件
如下图:将内容复制到.txt文件中,然后在Xcode工程使用如下代码读取并写plist文件:-(void)writeToPlist{NSString*path=[[NSBundlemainBundle]
pathForResource
weirdyu
·
2020-10-09 16:31
57.加载json文件 webview加载网页
.加载json文件和加载plist文件类似,给定文件路径即可,不同的是json文件需要加载为data,然后通过json序列化类转换NSString*path=[[NSBundlemainBundle]
pathForResource
n71820
·
2020-09-17 07:28
加载json
webview
iOS开发笔记——PDF的显示和浏览
void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[NSBundlemainBundle]
pathForResource
念茜
·
2020-09-16 06:14
【iOS
应用程序开发】
ios
path
url
quartz
uiview
safari
SDWebImage 处理url链接中图片更新问题
NSURLURLWithString:imageUrlString]placeholderImage:[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
南枫小谨
·
2020-09-15 14:42
SDWebImage
url链接中图片更新问题
本地 json文件转化成plist文件
NSString*str=[[NSBundlemainBundle]
pathForResource
:@"sys_Area.json"ofType:nil];NSData*data=[NSDatadataWithContentsOfFile
小周老周都是我
·
2020-09-13 09:03
iOS必备
将Excel文件转为plist文件
转换成txt格式输入框),将excel文本粘贴进txt文本框——》保存2.将xx.txt文件拖入工程,按照以下代码转换NSString*schoolsPath=[[NSBundlemainBundle]
pathForResource
weixin_30709061
·
2020-09-13 09:49
Excel文档数据转成Plist文件
复制数据粘贴到一个.txt文本文档中第二,就是撸代码了比如,我需要导入的数据表有2列字段,name和barCode1//path2NSString*path=[[NSBundlemainBundle]
pathForResource
weixin_30480583
·
2020-09-13 09:44
MAC osx下的plist文件读写
NSString*path2=[[NSBundlemainBundle]
pathForResource
:@"xmlPlist"ofType:@"plist"];NSMutableDictionary*dic2
liu1039950258
·
2020-09-13 08:14
iOS 将json文件转为plist文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"address.json"ofType:nil];NSLog(@"path=%@",path);
Johnay_xiao
·
2020-09-13 08:17
iOS
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他