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
NSBundle类
最常见的用法:NSString*path=[[NSBundlemainBundle]
pathForResource
:ofType:];mainBundle类方法,获取应用程序的管理对象。
磨剑十年
·
2020-04-01 21:00
iOS读取不到本地json原因
[[NSBundlemainBundle]
pathForResource
:@"temp.json"ofType:@"type"]找不到不到本地文件路径解决办法及原理是这样的,[NSBundlemainBundle
frola_
·
2020-03-31 10:48
iOS开发总结(不断更新)
但凡以view开头的方法,先调用super方法方法有File,必须用到路径[[NSBundlemainBundle]
pathForResource
:imageNameofType:@"png"];除开图片之外的其他资源
geekAppke
·
2020-03-30 17:11
iOS基础之字节处理(NSData,Byte,NSString转换)
传输协议以下内容都在Demo中,有兴趣可以下载一、拼接方式1---使用Byte数组这里以传输一张图片为例1.1前期准备---获取一张图片的大小NSString*path=[[NSBundlemainBundle]
pathForResource
留个念想给昨天
·
2020-03-30 14:29
iOS加载GIF图
initWithFrame:CGRectMake(0,0,200,200)];[self.viewaddSubview:webView];NSString*path=[[NSBundlemainBundle]
pathForResource
壮骨
·
2020-03-30 12:54
ios plist 解析数据
strong)NSMutableArray*dataarr;//定义数组属性_dataarr=[NSMutableArraynew];NSString*file=[[NSBundlemainBundle]
pathForResource
你又脸红了i
·
2020-03-29 14:09
NSData与UIImage之间的转换
NSData转换为UIImage://从本地拿数据NSString*imagePath=[[NSBundlemainBundle]
pathForResource
:fileNameofType:type]
CombatReadiness
·
2020-03-29 14:11
day13---UITableViewEdit
viewDidLoad{[superviewDidLoad];//1.请求数据iddata=[HttpRequestrequestDataOfFileName:[[NSBundlemainBundle]
pathForResource
才华惊动警方
·
2020-03-29 10:48
#WebView加载的本地html
单纯的Mark一下,以供入坑的小伙伴脱坑NSString*jsFilePath=[[NSBundlemainBundel]
pathForResource
:@"XXX"ofType:@"js"];NSString
Vinch
·
2020-03-28 09:30
把txt转为plist文件
把txt转为plist文件-(void)textChangeToPlist{//读取txt文件的路径NSString*txtPath=[[NSBundlemainBundle]
pathForResource
码海求知
·
2020-03-28 08:19
ios ble OTA 分包发送
升级的时候,发送完启动指令和将要传输数据的指令之后,开始传输升级文件,由于蓝牙设备每次只能接受20字节,所以文件要分包发送:NSString*filePath=[[NSBundlemainBundle]
pathForResource
彦子凡
·
2020-03-27 18:23
懒加载注意事项
NSMutableArray*helps;-(NSMutableArray*)helps{if(_helps==nil){//得到文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
陈水寒
·
2020-03-26 13:25
设备版本号
pragmamark---获取当前的版本号NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"Info.plist"ofType:nil];
蓝_上海求职
·
2020-03-26 08:43
资源包 - NSBundle
mainBundle获取图片加载举例//主目录包NSString*myBundleSourcePath=[[NSBundlemainBundle]
pathForResource
:@"Icon-Small"ofType
居然是村长
·
2020-03-26 06:14
iOS之从json文件获取数据
//获取文件路径NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"文件的名字"ofType:@"json"];//获取文件内容NSString
张大普奔
·
2020-03-25 16:42
自定义cell的高度
NSArray*)dataArray{if(_dataArray==nil){_dataArray=[NSArrayarray];NSString*path=[[NSBundlemainBundle]
pathForResource
贼海鸥
·
2020-03-25 13:05
iOS - 压缩与解压缩
NSUserDomainMask,YES);NSString*docspath=[pathsobjectAtIndex:0];NSString*eawPath=[[NSBundlemainBundle]
pathForResource
HanZhiZzzzz
·
2020-03-24 20:35
json解析
movie.txt屏幕快照2016-06-24下午3.48.25.pngNSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
我爱吃豆芽
·
2020-03-24 16:34
iOS-11-OC如何加载加载本地的html文件
示例代码:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"index"ofType:@"html"];NSString*htmlString=[
小东门儿
·
2020-03-24 06:19
关于照片缓存本地化
1;i++){NSString*str=[NSStringstringWithFormat:@"%@_%02d",name,i];NSString*path=[[NSBundlemainBundle]
pathForResource
NateLam
·
2020-03-23 12:07
iOS视频倒放
-(void)reverseVideo{NSURL*videoURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
:@"IMG_4400
我是毒毒毒毒毒药
·
2020-03-23 12:11
无标题文章
问题的解决这里时候后台自己生成的免费证书1.找后台要一个生成的cer文件2.直接拖进你的工程里面3.在你以前封装的好的网络里面添加以下代码NSString*cerPath=[[NSBundlemainBundle]
pathForResource
福建王海林
·
2020-03-23 09:36
pathForResource
返回为nil的问题
今天碰到一个
pathForResource
返回为nil的问题。QQ20170904-171008.png首先我能确定的是我文件肯定已经加载进去了,然后去google了一下。
摇了摇头_
·
2020-03-23 05:48
(转)iOS基础之字节处理(NSData,Byte,NSString转换)
传输协议以下内容都在Demo中,有兴趣可以下载一、拼接方式1---使用Byte数组这里以传输一张图片为例1.1前期准备---获取一张图片的大小NSString*path=[[NSBundlemainBundle]
pathForResource
林初盛
·
2020-03-22 20:01
iOS 如何正常显示本地Gif图
核心代码://读取gif数据NSData*gifData=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"2016042218051891
山杨
·
2020-03-22 05:01
React-Native No Bundle URL present
ipGuess;staticdispatch_once_tonceToken;dispatch_once(&onceToken,^{NSString*ipPath=[[NSBundlemainBundle]
pathForResource
Silicn
·
2020-03-22 00:00
访问图像属性而不将图像加载到内存中
在iOS上最简单的方法是使用UIImageNSString*path=[[NSBundlemainBundle]
pathForResource
:@"KAR_5160"ofType:@"jpg"];UIImage
Swift研习室
·
2020-03-21 04:28
iOS --- 使用runtime将JSON转换成Model
#pragmamark-使用runtime将JSON转成Model-(void)json2Model{NSString*file=[[NSBundlemainBundle]
pathForResource
icetime17
·
2020-03-20 19:30
ios开发:图片连续动画
//获取图片路径:相对路径//第一个参数:文件的名字//第二个参数:文件的类型NSString*path=[[NSBundlemainBundle]
pathForResource
:@"map"ofType
SadMine
·
2020-03-20 03:45
NSBundle的
pathForResource
方法获取不到core,www包路径的问题修改
但会出现xcode的指针引用仍然指向旧版本的core/www/third包,从而导致这么一种现象:明明core/www存在于项目,但通过NSBundle的
pathForResource
方
wangjianjun0730
·
2020-03-20 02:57
Xocde 9.0 拖动文件到目录下无法获取路径名bug
822CD539-D75B-4CB6-9DF7-CABBE3AB59A4.png添加文件之后NSString*videoPath=[[NSBundlemainBundle]
pathForResource
徽煌Robert
·
2020-03-19 10:57
从项目中加载路径文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"资源名称"ofType:@"资源类型(后缀)"];NSURL*url=[NSURLfileURLWithPath
eryuxinling
·
2020-03-19 10:20
音乐拼接合成
+(void)SyntheticRecordAndFinishBlock:(void(^)(BOOLsuccess))block{NSString*main=[[NSBundlemainBundle]
pathForResource
风___________
·
2020-03-19 08:37
swift 加载本地html文件的方法
letwebView=UIWebView.init(frame:self.view.bounds)letfilePath=NSBundle.mainBundle().
pathForResource
("reading
i得深刻方得S
·
2020-03-17 20:09
day7---视频、音频
创建音频播放器_player=[[AVAudioPlayeralloc]initWithData:[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
才华惊动警方
·
2020-03-17 10:45
iOS 数据存储
一、plist文件项目中新建的plist文件读取NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"address"ofType:@"plist
George2016
·
2020-03-17 04:15
iOS开发-预览pdf、word等文件
UIWebView核心代码://构造WKWebViewWKWebView*wk=[[WKWebViewalloc]init];//获取文件(本地)NSString*path=[[NSBundlemainBundle]
pathForResource
酱油之神
·
2020-03-17 04:55
MPMoviePlayerController视频播放
property(nonatomic,strong)MPMoviePlayerController*player;//本地视频NSString*videoPath=[[NSBundlemainBundle]
pathForResource
lancely
·
2020-03-16 14:38
NSBundle方法获取不到资源路径
iOS问题笔记-[[NSBundlemainBundle]
pathForResource
:ofType:]方法获取不到资源路径iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle
程序猿之路
·
2020-03-15 04:01
iOS音频播放
:AVAudioPlayer需要设置成全局的,否则会被过早释放,而无法播放NSError*error=nil;NSString*outPutFilePath=[[NSBundlemainBundle]
pathForResource
Da雪山
·
2020-03-14 17:55
学习OpenGL ES之透明和混合
-(void)genTexture{NSString*opaqueTextureFile=[[NSBundlemainBundle]
pathForResource
:@"texture"ofType:@"
handyTOOL
·
2020-03-14 15:01
iOS HTTPS 自检证书请求服务器和WKWebView
网络请求+(AFSecurityPolicy*)customSecurityPolicy{//简单封装一下//2设置证书模式NSString*cerPath=[[NSBundlemainBundle]
pathForResource
在这蓝色天空下
·
2020-03-14 11:44
plist文件代码展示
#pragmamark-bundle下——即工程内plist文件内容的获取及修改#pragmamark读取NSString*bundlePath=[[NSBundlemainBundle]
pathForResource
清都
·
2020-03-14 04:45
视频播放器
AVPlayerLayer#importNSString*path=[[NSBundlemainBundle]
pathForResource
:@"喵星人"ofType:@"mp4"];//创建播放本地视频的播放器对象
Dove_Q
·
2020-03-14 01:04
2017 https
问题的解决这里时候后台自己生成的免费证书1.找后台要一个生成的cer文件2.直接拖进你的工程里面3.在你以前封装的好的网络里面添加以下代码NSString*cerPath=[[NSBundlemainBundle]
pathForResource
liulianjianshu
·
2020-03-13 21:03
iOS问题笔记-[[NSBundle mainBundle]
pathForResource
: ofType:]方法获取不到资源路径
iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"city"ofType:@"sqlite"];运行后filePath
Smallwolf_JS
·
2020-03-13 07:36
json数据转换
NSError*error;//获取文件路径NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"AppConfig"ofType:@"json
codeWalker
·
2020-03-12 20:33
iOS AFNetworking/NSURLConnection HTTPS认证
AFNetworking来支持HTTPS+(AFSecurityPolicy*)customSecurityPolicy{//先导入证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
42vio
·
2020-03-12 13:44
iOS点击按钮播放声音
概述未完待续代码#import//播放声音NSString*resoucePath=[[NSBundlemainBundle]
pathForResource
:@"声音文件名"ofType:@"wav"]
NapoleonY
·
2020-03-12 11:01
不良词汇过滤
1、得到过滤数组NSError*error;NSString*path=[[NSBundlemainBundle]
pathForResource
:@"forbid"ofType:@"txt"];NSString
iOS_SXH
·
2020-03-12 03:34
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他