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处理项目相关资源
:withExtension:根据资源名、扩展名获取该资源对应的路径-
pathForResource
:ofType:根据资源名类型名-URLsForR
nalis风
·
2020-07-01 01:42
用webview来加载Word文档
我分别写了加载本地的和通过代开URL链接的两种:1、(加载本地)把文档名字命名为666NSString*path=[[NSBundlemainBundle]
pathForResource
:@"666"ofType
成成先生
·
2020-06-30 11:20
OpenAL快速入门教程
OpenAL快速入门1.为什么使用OpenAL也许你已经用过AudioToolbox框架并用以下代码来播放一个音乐文件:NSString*path=[[NSBundlemainBundle]
pathForResource
xiaobo_duanfei
·
2020-06-30 00:49
ios
编程
过滤敏感
returnYES/NO*/+(BOOL)checkIllegalWords:(NSString*)words{//读取文件NSString*filterPath=[[NSBundlemainBundle]
pathForResource
雪_晟
·
2020-06-29 16:13
iOS读取本地json文件
-(NSDictionary*)readLocalFileWithName:(NSString*)name{//获取文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
我一不小心就
·
2020-06-29 16:56
iOS读取工程目录的文件
NSURL*url=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"mp4"]];```但是仅仅这样做的话有的时候是会崩溃的
Smallwolf_JS
·
2020-06-29 04:33
提高效率知识点——UIImageView 有缓存和无缓存模式
方法系统默认缓存数据无缓存模式是从磁盘读取图片文件使用图片全路径读取不会缓存数据但是需要传入全路径对象//获取图片全路径项目目录下才可以使用NSString*imgage=[[NSBundlemainBundle]
pathForResource
奕生奕世_3503
·
2020-06-27 21:06
iOS XML(解析)
分为两种解析方式第一种是逐行解析方式--使用系统解析器NSXMLParser如下代码-(IBAction)SAX解析:(id)sender{NSString*path=[[NSBundlemainBundle]
pathForResource
J_HX
·
2020-06-26 21:44
iOS关于配置https的请求代码
NSString*cerPath=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"cer"];NSData*cerData=[NSDatadataWithContentsOfFile
Demonboy
·
2020-06-26 04:56
plist文件的导入,找不到该plist文件的路径(iOS开发)
plist文件的导入,找不到该plist文件的路径(iOS开发)场景:在自己的项目中导入一个plist文件,并通过代码[[NSBundlemainBundle]
pathForResource
:@"xxx"ofType
RhythmMaster
·
2020-06-26 02:03
IOS 数据解析
NSMutableArrayarray];//1.生成plist文件的完整路径//[NSBundlemainBundle]获取当前工程的主文件夹NSString*filePath=[[NSBundlemainBundle]
pathForResource
JakieZhang
·
2020-06-25 19:14
iOS和html网页交互
加载html方式:1.第一种方式,使用loadRequest:方法加载本地文件NSURLRequestNSString*path=[[NSBundlemainBundle]
pathForResource
LYPC_下里巴人
·
2020-06-25 13:15
关于 获取NSBundle 中无法获取路径
目标代码NSString*path=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"dat"];NSLog(@"%@",path);简单说明非常正常的代码
居然是村长
·
2020-06-25 08:14
4.IOS(swift)-数据存储 · Plist File读写
PlistFile读写http://www.tuicool.com/articles/vY7vMjZvardiaryList:String=NSBundle.mainBundle().
pathForResource
俊瑶先森
·
2020-06-25 07:06
苹果IOS企业签名代签
当读不到plist的时候为默认渠道official-(NSString*)getFrom{NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:
安徽维讯技术客服
·
2020-06-24 03:27
ios 展示gif动画
#import"SCGIFImageView.h"NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"1.gif"ofType:nil];SCGIFImageView
iteye_17299
·
2020-06-23 18:54
ios开发学习相关
iOS播放Gif方案总结
1.原生UIWebView播放代码如下:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"happy"ofType:@"gif"];//将
iTaacy
·
2020-06-23 17:54
移动开发
ios
关于[[NSBundle mainBundle]
pathForResource
:@"name" ofType:@"type"]找不到指定文件的解决办法
最近在使用[[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"type"]时,找不到其对应的文件,文件当时是通过右键->addfilesto的方式添加到工程里面的
寒桥
·
2020-06-23 12:21
JSON解析--->普通方法和调用第三方的解析法
普通方法-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{NSString*path=[[NSBundlemainBundle]
pathForResource
阶梯
·
2020-06-23 09:37
UIImage的两种加载方式
图片的设置方式//方式一self.imageView.image=[UIImageimageNamed:@"1"];//方式二//路径NSString*path=[[NSBundlemainBundle]
pathForResource
圆圆和方方
·
2020-06-22 03:28
iOS开发将txt文件拉入xcode中 如何找到并且读取
首先找到绝对路径NSString*resourcePath=[[NSBundlemainBundle]
pathForResource
:@"dizhi_quanqiu"ofType:@"txt"];NSString
一个萝卜X个坑
·
2020-06-21 14:10
ios 9以上系统播放视频
AVPlayerItem*avPlayerItem;AVPlayer*avPlayer;AVPlayerLayer*avPlayerLayer;NSString*file=[[NSBundlemainBundle]
pathForResource
jfzhang
·
2020-06-21 01:39
8、[ iOS ] 加载Dictionary类型的plist文件
/***功能:加载Dictionary类型的plist文件*/NSString*plistFile=[[NSBundlemainBundle]
pathForResource
:@"HomeIcons"ofType
天听云道
·
2020-06-21 01:44
imageNamed:与imageWithContentsOfFile:区别
如果缓存中没有找到图片对象,则从指定的地方加载图片,然后缓存对象,并返回这个对象imageWithContentsOfFile:仅加载图片不缓存.NSString*path=[[NSBundlemainBundle]
pathForResource
NapoleonY
·
2020-06-11 12:37
AVFoundation
AVAudioPlayerAVPlayerAVAudioPlayer//注意这里的player一定要有强引用不然会被销毁//AVAudioPlayer播放本地音乐NSString*filePath=[[NSBundlemainBundle]
pathForResource
Mr丶炎
·
2020-04-14 04:09
懒加载
plist数据(比较大)//懒加载:用到时再去加载,而且也只加载一次-(NSArray*)shops{if(_shops==nil){NSString*file=[[NSBundlemainBundle]
pathForResource
张璠
·
2020-04-14 03:00
[iOS学习]iOS Tom猫工程
returnYES;}-(void)viewDidLoad{[superviewDidLoad];//导入本地文件“tom.plist”NSString*filename=[[NSBundlemainBundle]
pathForResource
AmazingMiracle
·
2020-04-13 12:58
iOS 本地json数据解析
NSString*jsonPath=[[NSBundlemainBundle]
pathForResource
:@"data"ofType:@"json"];NSData*data=[NSDatadataWithContentsOfFile
AllenYukin
·
2020-04-11 14:03
语句剖析- mainBundle的理解和 mainBundle 类方法详解,nsbundlemainbundle
NSBundle的理解和mainBundle类方法详解,nsbundlemainbundle常看到类似的NSString*file=[[NSBundlemainBundle]
pathForResource
俊月
·
2020-04-11 08:10
2.IOS之UI基础(二)
2、资源存放的问题3、
pathForResource
+filaURLWithPath=URLForResource4、在使用计算的时候,可以用乘法的就不要用除法。
峰子1994
·
2020-04-11 05:29
iOS开发小技巧及小知识点(一)
NSParameterAssert()的使用9、添加PCH文件10、添加自定义的字体到Xcode中1、播放系统音频//获取提示音路径NSString*path=[[NSBundlemainBundle]
pathForResource
my_杨哥
·
2020-04-10 09:17
往bundle中拖入数据
从bundle中加载数据(如plist),把文件拖入数据中项目中,但是数据为空NSString*stringPath=[NSBundlemainBundle]
pathForResource
:dataofType
落日河谷
·
2020-04-10 03:48
IOS数据解析
解析相对于XML来说很简单,很早之前使用SBJSON解析,之后OC自带解析类,NSJSONSerialization//获取文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
清风沐沐
·
2020-04-09 05:03
部分知识点记录(一)
读取本地json文件//获取文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
:nameofType:@"json"];//将文件数据化NSData
JimmyL
·
2020-04-09 01:44
NSBundle和懒加载
用来访问与之对应的资源包中的文件,可以用来获得文件的全路径项目中添加的资源都会被添加到主资源包中[NSBundlemainBundle]关联的就是项目的主资源包NSString*file=[[NSBundlemainBundle]
pathForResource
Coder007
·
2020-04-08 13:08
将图片保存在本地沙盒路径下
NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"photo"ofType:@"jpg"]
成语笔记
·
2020-04-07 05:01
关于[NSBundle mainBundle]或者images.xcassets图片不显示问题
以前项目里面有些大的图片是用UIImageimageWithContentsOfFile[NSBundlemainBundle]
pathForResource
方法来获取,而图片我是存在images.xcassets
风雨兼程_勇往直前
·
2020-04-06 19:44
iOS 小知识点总结
1.iOS的UIImage的两种不同的图片加载方式NSString*imagePath=[[NSBundlemainBundle]
pathForResource
:@“1”ofType:@“.jpg”];
CarsonChen
·
2020-04-05 22:11
UIWebView小记
这几天想研究一下JSContext的使用,过程中用UIWebView以如下方式加载本地的html文件:NSString*htmlPath=[[NSBundlemainBundle]
pathForResource
frank_kk
·
2020-04-05 08:16
文件读写
NSString*bundlepath=[[NSBundlemainBundle]
pathForResource
:@"RNBundle/index.ios"ofType:@"bundle"];
will666
·
2020-04-05 06:25
iOS 播放GIF图
本文记录两种在iOS上播放GIF的方法第一种:用UIWebView播放GIF图-(void)playGIFWithWeb{NSString*path=[[NSBundlemainBundle]
pathForResource
古子林
·
2020-04-05 03:21
懒加载
shops函数-(NSArray*)shops{if(_shops==nil)//当——shops数据为空时才加载,同时确保数据只加载一次{NSStringfile=[[NSBundlemainBundle]
pathForResource
好久不见啦
·
2020-04-05 02:02
iOS 系统提供的JSON解析方法
//获取文件路径NSString*path=[[NSBundlemainBundle]
pathForResource
:@"sina"ofType:@"json"];//将获取的文件转为dataNSData
yymyb
·
2020-04-04 18:27
iOS 日记 - tableView 与 collectionView 的数据联动
研究了下读本地JSON和远程JSON的写法,读HTTP请求数据是通过构建request来获取-(void)fetchRemoteJSON:(NSString*)
pathForResource
{NSMutableURLRequest
赖小赖小赖
·
2020-04-04 11:56
js oc相互调用的三种方法
调用2.利用js直接调用3.利用js里对象调用首先先创建UIWebView对象,加载本地html文件//加载本地html文件NSString*htmlPath=[[NSBundlemainBundle]
pathForResource
跑步的李磊
·
2020-04-04 03:24
获取图片
这种方法加载的图片是做了单例化的处理图片会一直存在于内存中会占用大量内存因此只适合用来处理小图标不适合动态加载大量图片如果加载大量图片,通常采用下面的方法NSString*imageFileName=[[NSBundlemainBundle]
pathForResource
pingui
·
2020-04-03 08:05
iOS播放音效
AVAudioPlayer*player=[[AVAudioPlayeralloc]initWithContentsOfURL:[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
博行天下
·
2020-04-02 08:12
iOS 用免费证书来适配HTTPS
iOS单向验证//先导入证书,找到证书的路径NSString*cerPath=[[NSBundlemainBundle]
pathForResource
:@"证书名"ofType:@"cer"];NSData
Mortimey_yt
·
2020-04-02 07:06
iOS 文件处理
NSString*imagePath=[[NSBundlemainBundle]
pathForResource
:@"menu_default"ofType:@"png"];NSData*imageData
彬至睢阳
·
2020-04-02 06:39
https/tcp ssh/tls
https的处理方法//https处理+(AFSecurityPolicy*)customSecurityPolicy{//证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
程序员不务正业
·
2020-04-02 03:05
上一页
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
其他