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学习笔记21—从文本文件中读取内容到字符串里
NSError*error;NSString*textFileContents=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
Chengwuli125
·
2013-05-10 15:00
NSFileManager
IOS 视频播放--
在.h文件导入库文件#import 在.m实现文件中NSString*path=[[NSBundlemainBundle]
pathForResource
:@"name"ofType:@"mp4"]; NSURL
kuaileyizhan1314
·
2013-05-09 14:00
UIButton 应用选择状态(附:UIButton 常用状态)
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"alien"ofType:@"png"]; UIImage*image=[[UIImagealloc
gloryFlow
·
2013-04-25 09:00
apple
图片
UIButton
uiimage
IOS播放视频代码
** @method播放电影 */ -(void)playMovie:(NSString*)fileName{ //视频文件路径 NSString*path=[[NSBundlemainBundle]
pathForResource
marujunyy
·
2013-03-18 17:00
iphone之打开pdf、doc、xls文件用UIWebView
//文件名字及类型 NSString*path=[[NSBundlemainBundle]
pathForResource
:@"xls1"ofType:@"xls"]; //获取内容 NSData*data
rhljiayou
·
2013-02-21 10:00
IOS 之 NSBundle 使用
IOS开发的时候,经常看到这样的代码,[[NSBundle mainBundle]
pathForResource
:@"someFileName" ofType:@"yourFileExtension"
广州英趣科技
·
2013-02-03 00:00
ios
nsbundle
IOS 使用ASIHttpRequest 或 MKNetworkKit 上传图片到ASP.NET
PHP和J2EE应该差不多都是几句话的事IOS端代码:NSString*path= [[NSBundle mainBundle]
pathForResource
:@"iphone1-1-10"ofType
li6185377
·
2013-01-25 10:00
ios
上传图片
上传数据
asp.ne
IOS
pathForResource
返回为空
今天写了个函数,里面有[[NSBundlemainBundle]
pathForResource
:@"cer"ofType:@"pkpass"]居然返回为空原来是我的bundle里没有这个cer.pkpass
MyGameZone
·
2013-01-17 14:00
在iphone程序中打开word、execl、pdf等文档
loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{ NSString*path=[[NSBundlemainBundle]
pathForResource
logcabin
·
2013-01-16 13:00
NSString 截取,文件读取
www.cnblogs.com/csj007523/archive/2012/07/15/2592302.html小结:1)componentsSeparatedByString:截取指定字符串;2)
pathForResource
fantom
·
2013-01-16 07:00
NSString 截取,文件读取【转】
www.cnblogs.com/csj007523/archive/2012/07/15/2592302.html 小结: 1)componentsSeparatedByString:截取指定字符串; 2)
pathForResource
fantom
·
2013-01-16 07:00
NSString
UIImageView播放连续图片
[bfliesaddObject:[UIImageimageWithContentsOfFile: [[NSBundlemainBundle]
pathForResource
张志浩
·
2013-01-10 17:00
iOS PDF的显示和浏览
loadDocument:(NSString*)documentNameinView:(UIWebView*)webView { NSString*path=[[NSBundlemainBundle]
pathForResource
marujunyy
·
2013-01-04 21:00
ios 加入声音效果
.h文件的生命中 SystemSoundID soundID;在.m的文件中,第一次执行的DidViewLoad方法里面加入 NSString*path=[[NSBundlemainBundle]
pathForResource
z343929897
·
2012-12-31 10:00
判断NSBundle本地是否包含有某个文件
NSString*path=[[NSBundlemainBundle]
pathForResource
:nameStringofType:@"mp3"]; if([pathlength]>0)
liuyuyefz
·
2012-12-30 15:00
iOS开发里的Bundle是个啥玩意?
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码[[NSBundle mainBundle]
pathForResource
:@"someFileName" ofType:
青云_K
·
2012-12-26 13:00
iPhone开发中使用AVAudioPlayer出现内存泄漏的解决办法
AVAudioPlayer播放音频时,发现有内存泄漏的现象,我的代码如下:-(id)init { if(self=[superinit]){ NSString*path=[[NSBundlemainBundle]
pathForResource
wsqwsq000
·
2012-12-25 11:00
iPhone开发
iPhone开发中使用AVAudioPlayer出现内存泄漏的解决办法
AVAudioPlayer播放音频时,发现有内存泄漏的现象,我的代码如下:-(id)init { if(self=[superinit]){ NSString*path=[[NSBundlemainBundle]
pathForResource
wsqwsq000
·
2012-12-25 11:00
iPhone开发
读取plist文件
//读取文件名为VWPlist.plist文件中的数据 NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"VWPlist"ofType
yang120jun
·
2012-12-12 22:49
啊啊啊
pathForResource
获取资源为nil的原因
利用NSbundle获取资源文件的时候,如果是自己添加的文件,获取的时候纵使返回nil的解决办法。原因是因为该文件没有添加到资源文件中,只要在添加文件的时候选择添加到CreateFolderReferencesforanyaddedfolders,文件夹变成蓝色就可以了。
wzgyyh
·
2012-12-10 11:00
nil
pathForResource
IOS 网络解析(XML,JSON)
1324525255 小虎 20 1324525255 //XML解析 NSString*str=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
kazeik
·
2012-12-08 13:00
自定义UITableViewCell中Accessory(已更新)
代码://设置Accessory UIImage*imageAccessory=[UIImageimageWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
aries4ever
·
2012-11-17 11:00
ios
ios
ios
UITableViewCell
UITableViewCell
UITableView
Accessory
读excel表、csv
localAdressData{ JianweiParam*Jianwei=[JianweiParamsharedInstance]; NSString*filePath=[[NSBundlemainBundle]
pathForResource
ganlijianstyle
·
2012-11-13 12:00
ios 展示gif动画
#import "SCGIFImageView.h" NSString* filePath = [[NSBundle mainBundle]
pathForResource
:
修博龙泉
·
2012-10-30 10:00
ios
IOS基础知识记录二
1.提醒用户信息, 铃声提醒或者震动提示 SystemSoundID soundID; NSString *url = [[NSBundle mainBundle]
pathForResource
lihao312
·
2012-10-27 21:00
ios
声音提示
震动提示
解决
pathForResource
返回 nil的问题
今天想试验解析xml文件,在项目下建了一个xml文件,代码如下 NSString* path = [[NSBundle mainBundle]
pathForResource
:@"sample
yifangyou
·
2012-10-24 12:16
Objective-C
nil
pathForResource
解决
pathForResource
返回 nil的问题
今天想试验解析xml文件,在项目下建了一个xml文件,代码如下NSString* path = [[NSBundle mainBundle]
pathForResource
:@"sample" ofType
yifangyou
·
2012-10-24 12:16
objective-c
nil
pathForResource
ios
属性列表初涉(Xcode4.3.2与Xcode4.5)
从项目中读取 1、以NSArray形式: NSString *pathStr = [[NSBundle mainBundle]
pathForResource
:@"
synchronized_lala
·
2012-10-20 12:00
ios
plist
Xcode版本区别之一
属性列表读取
bundle中资源的路径转换
NSMutableString*path2=[NSMutableStringstringWithString:[[NSBundlemainBundle]
pathForResource
:@"WBUserGuideImage"ofType
zaitianaoxiang
·
2012-10-16 18:00
IOS NSString 截取,objectAtIndex,rangeOfString,stringWithContentsOfFile,NSEnu ...
小结:1)componentsSeparatedByString:截取指定字符串;2)
pathForResource
:获取程序运行时目录3) objectAtIndex:获取当前索引的字符串;4) rangeOfString
leikezhu1981
·
2012-10-16 16:00
ios
UIScrollView 缩放图片
; [wholeviewsetBackgroundColor:[UIColorclearColor]]; NSString*imagePath=[[NSBundlemainBundle]
pathForResource
ch_soft
·
2012-10-13 14:00
image
UIView
asihttprequest上传文件
NSString*fileName=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"jpg"];NSString*url=@"http://..
the_loong
·
2012-09-21 14:26
asihttprequest
传文件
mac&ios
asihttprequest上传文件
NSString *fileName = [[NSBundle mainBundle]
pathForResource
:@"test"ofType:@"jpg"]; NSString *url = @
the_loong
·
2012-09-21 14:26
ASIHTTPRequest
传文件
iPhone开发--AVAudionPlayer支持后台播放
-(void)viewDidLoad { NSURL*url=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
:@"in-
zcl369369
·
2012-09-16 16:00
iPhone 不能读取plist文件!?
代码很简单NSString * path = [[NSBundle mainBundle]
pathForResource
:@"resource" ofType:@"plist"]; self.resource
bhlzlx
·
2012-09-12 10:18
iPhone
plist
Cocoa编程
iPhone 不能读取plist文件!?
代码很简单 NSString * path = [[NSBundle mainBundle]
pathForResource
:@"resource" ofType:@"plist"];
bhlzlx
·
2012-09-12 10:18
iPhone
plist
UIImage初始化两种方式的比较
C的两种方式: UIImage *image1 = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle]
pathForResource
:
lizhuang
·
2012-09-12 10:00
uiimage
IOS中plist的读写操作
从项目中读plist文件 NSString *path = [[NSBundle mainBundle]
pathForResource
:@"heji" ofType:@&
heji
·
2012-09-11 15:00
ios
ios webView 加载pdf
NSString*path=[[NSBundlemainBundle]
pathForResource
:documentNameofType:@"pdf"]; NSURL*url=[NSURLfileURLWithPath
平凡简单
·
2012-09-09 22:00
ios
webView
改变背景 自适应高度
initWithFrame:frame];UIImage*imgBackground=[[UIImagealloc]initWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
scluojianying
·
2012-09-03 13:59
背景
frame
plist存取数据
//获取文件路径 NSString *path = [[NSBundlemainBundle]
pathForResource
:@"user" ofType
G10A
·
2012-08-30 14:00
数据存取
IOS NSString 截取,objectAtIndex,rangeOfString,stringWithContentsOfFile,NSEnumerato
小结:1)componentsSeparatedByString:截取指定字符串;2)
pathForResource
:获取程序运行时目录3) objectAtIndex:获取当前索引的字符串;4) rangeOfString
huifeidexin_1
·
2012-08-23 14:00
ios
cocos2d或者iOS制作视频+虚列动画做游戏时候,视频播放和结束时顿闪问题解决方案
-(id)init{ //步骤一:初始化 NSString*filePath=[[NSBundlemainBundle]
pathForResource
liuyuyefz
·
2012-08-22 18:00
ios
游戏
UI
object
url
UIImageView中使用gif
NSString *filePath = [[NSBundle mainBundle]
pathForResource
:@"1.gif" ofType:nil];
jsntghf
·
2012-08-17 19:00
ios
iPhone
gif
UIImageView中使用gif
NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"1.gif"ofType:nil];SCGIFImageView*gifImageView
jsntghf
·
2012-08-17 19:00
iPhone
IOS
GIF
UIImageView
UIImageView中使用gif
NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"1.gif"ofType:nil];SCGIFImageView*gifImageView
jsntghf
·
2012-08-17 19:00
iPhone
IOS
GIF
UIImageView
在程序中播放声音
首先在程序添加AudioToolbox:其次,在有播放声音方法的.m方法添加#import:#import接下来,播放声音的代码如下:NSString*path=[[NSBundlemainBundle]
pathForResource
张志浩
·
2012-08-06 09:00
ios
IOS_API使用小记
loadDocument:(NSString*)documentPathStrinView:(UIWebView*)webView { NSString*path=[[NSBundlemainBundle]
pathForResource
山不在高有仙则名
·
2012-08-04 15:00
ios
NavigationBar
版本信息
屏幕尺寸
webView加载本地文档
contentsize、contentoffset和contentInset详解
NSString*path=nil; UIImage*back=nil; NSString*str=nil; UIImage*aImage=nil; path=[[NSBundlemainBundle]
pathForResource
xiaoxuan415315
·
2012-07-26 11:00
action
Path
IOS NSString 截取,objectAtIndex,rangeOfString,stringWithContentsOfFile,NSEnumerator
1)componentsSeparatedByString:截取指定字符串;2)
pathForResource
:获取程序运行时目录3) objectAtIndex:获取当前索引的字符串;4) rangeOfString
Lovegarfield
·
2012-07-19 11:00
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他