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
NSBundle
iPhone开发笔记(11)用ASIFormDataRequest实现图片上传
下面是在iOS客户端使用ASIFormDataRequest以post方式进行图片上传: NSString*fileName=[[
NSBundle
mainBundle]pathForResource
kbawyg
·
2012-05-10 10:00
.net
服务器
header
File
url
iPhone
AVPlayerLayer
关于avplayer的用法原文地址:http://blog.sina.com.cn/s/blog_6de1899201012p8z.htmlNSString*moviePath=[[
NSBundle
mainBundle
volcan1987
·
2012-05-03 13:00
animation
360
layer
2010
向PLIST文件中追加数据
1.先定一个可变数组: NSMutableArray *operateArray;2.然后在给可变数组中初始化数据,并向其中追加数据.代码如下: NSString *path=[[
NSBundle
macroswang
·
2012-05-02 23:24
数据
ppp'pii
IOS读取.plist文件
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"文件名"ofType:@"plist"];//文件数据类型是arrayNSArray*array
snn1410
·
2012-05-02 10:00
ios
存储
Path
Dictionary
UIImage应用与内存管理
NSString *filePath = [[
NSBundle
mainBundle] pathForResource:fileName ofType:extension]; 2.
izuoyan
·
2012-05-01 20:00
uiimage
UIImage应用与内存管理
最常用的是下面两种: 1、用imageNamed函数[UIImageimageNamed:ImageName]; 2、用NSData的方式加载,例如: 1.NSString*filePath=[[
NSBundle
mainBundle
ComeOnTom
·
2012-05-01 20:00
image
cache
application
processing
UIView
extension
-[UIImage _isCached]: message sent to deallocated instance 0xde8ce90
可能会遇到这种提示,这说明,你的代码里加载图片的用的是:UIImage*image=[UIImageimageNamed:@"btn1.png"];你应该是这样用:NSString*imagePath=[[
NSBundle
mainBundle
ComeOnTom
·
2012-05-01 13:00
UIWebView加载本地页面和远程页面
一、加载本地页面 NSString *htmlPath = [[
NSBundle
mainBundle] pathForResource:@"index2"
白色蜻蜓
·
2012-04-28 11:00
UIWebView
IOS-文件操作合集-待更新
1.判断Bundle里面的文件是否存在-(BOOL)judgeFileExist:(NSString*)fileName{ //获取文件路径 NSString*path=[[
NSBundle
mainBundle
ch_soft
·
2012-04-24 17:00
null
Path
IOS App资源路径
===================================================================// 资源目录NSString*defaultDBPath=[[[
NSBundle
mainBundle
xuhuan_wh
·
2012-04-18 17:00
ios
cache
Path
library
Mac OS,读取plist文件的方法
//获取plist文件的路径 NSString *plistPath = [[
NSBundle
mainBundle] pathForResource:@"文件名" ofType:@"plist"];
forwardto9
·
2012-04-13 14:00
认识
NSBundle
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
guchengluoye
·
2012-04-11 16:00
cocoa
File
Class
Path
请问Cocos2d下 怎么stop背景音乐而不停止其他音效?
按键音效我用这个方法: NSString*path=[[
NSBundle
mainBundle]pathForResource:@"testmusic1"ofType:@"wav"];SystemSoundIDsoundID
cwq9944
·
2012-04-11 15:00
IPhone之
NSBundle
的使用
NSBundle
的对象可以获取应用程序安装目录的附件。附件包括了,当前应用程序下,所有的文件。
MAZHEN1986
·
2012-04-10 13:00
xml
iPhone
Iphone之
NSBundle
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
tudusi
·
2012-04-10 11:00
iPhone
Iphone之
NSBundle
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
muyu114
·
2012-04-10 11:00
iPhone
Iphone之
NSBundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
muyu114
·
2012-04-10 11:00
加载本地Html文件
UIWebView*webView=[[[UIWebViewalloc]initWithFrame:CGRectMake(0,0,320,480)]autorelease];NSString*htmlPath=[[[
NSBundle
mainBundle
workhardupc100
·
2012-04-10 06:00
iOS开发中不要使用相对路径
而使用[NSDatadataWithContentOfFile:[[
NSBundle
mainBundle]pathForResource:@”foo”ofType:@”"]的时候就可以。
niitlcj
·
2012-04-08 14:00
ios
image
xcode
Google
Path
resources
NSBundle
UIScreen
1:获取程序包内部的根目录NSLog(@"bundlePath:%@",[[
NSBundle
mainBundle]bundlePath]);2:获取某App的系统配置文件的所有值存入NSDictionary
ysy441088327
·
2012-04-06 14:00
exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: '
NSBundle
解决办法
检查你的nib名字是否拼写错误一般为这个问题[[XXXalloc]initWithNibName:@"这个Nib拼写错误会出现那个问题" bundle:nil]
rushkid02
·
2012-04-03 18:00
exception
iOS开发13:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
双子座
·
2012-03-26 12:00
ios
开发
iPhone
小技巧
ipad
iphone --
NSBundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
ch_soft
·
2012-03-23 15:00
xml
cocoa
iPhone
Class
Path
extension
iPhone的两个目录。
NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES)objectAtIndex:0]; //应用目录 printf("%s",[[[
NSBundle
mainBundle
love_hot_girl
·
2012-03-20 20:00
思考:
NSBundle
--思考:
NSBundle
---bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,
wishfly
·
2012-03-17 10:00
cocoa
File
Class
语言
Path
extension
iphone:plist的读写存!
-(void)viewDidLoad{ //读取plist NSString*path=[[
NSBundle
mainBundle]pathForResource:@”demo”ofType:@”plist
donotworry
·
2012-03-16 10:00
objective c实现配置文件+反射 工厂创建
先写plist配置文件 plist写到resouce里面去 通过
NSBundle
把数据取plist读出来 2. 通过 NSClassFromStr
stephen830
·
2012-03-16 09:00
objective c
objective c实现配置文件+反射 工厂创建
先写plist配置文件 plist写到resouce里面去 通过
NSBundle
把数据取plist读出来 2. 通过 NSClassFromStr
stephen830
·
2012-03-16 09:00
objective c
nsbundle
- 思考:
NSBundle
--- bundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).
lizaochengwen
·
2012-03-16 08:00
nsbundle
关于XCode 4中读取Plist文件
1.添加plist文件 2.代码读取//Pathtotheplist(intheapplicationbundle) NSString*path=[[
NSBundle
mainBundle]pathForResource
flyter
·
2012-03-11 13:00
String
xcode
application
Build
Path
encoding
打开与读html的方法
一、在本地html文件中读取数据 NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"Stores"ofType:@"html"];
leikezhu1981
·
2012-03-09 16:00
终极ios学习笔记1.0.2-ios无法加载项目内资源文件
首先,得到你得
NSBundle
资源路径 [[
NSBundle
mainBundle]re
zi2xuan
·
2012-03-05 00:00
ios
游戏
xcode
音乐
终极ios学习笔记1.0.1-ios相对路径与绝对路径的转化
NSBundle
iOS程序有固定的文件访问限制,只能在自己的沙盒内。 UIImage*img=[UIImageimageNamed:@"cellicon.png"]; 这段代码从相对路径加载了一个png图片资源作为UIImage对象,没有任何问题。因为它在内部已经偷偷得帮你把路径转化为相对路径了,你还不知道吧! 接下来,如果要加载一些自定义格式的文件或者数据,就会出现相对路径和绝对路径的问题。比如 NSFi
zi2xuan
·
2012-03-04 23:00
ios
xcode
url
Path
iPhone开发学习笔记008——定制标题三种方法
方式一:self.title=@"标题文字";或self.title=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:@"CFBundleName"]
duanyipeng
·
2012-02-20 22:00
iPhone
解析plist文件示例:由 plist 文件获取 sprite 动画的宽高
用于获取sprite的宽度和高度,太他妈蛋疼了~ -(CGSize) getAnimSpriteSize:(NSString*)animName { NSString *plistPath = [[
NSBundle
mainBundle
xumingrencai
·
2012-02-17 19:00
Sprite
NSBundle
介绍
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
xdonx
·
2012-02-17 13:00
cocoa
image
Class
语言
Path
extension
在UIWebView中加载本地图片
NSString*imagePath=[[
NSBundle
mainBundle]resourcePath]; imagePath=[imagePathstringByReplacingOccurrencesOfString
zhangao0086
·
2012-02-15 18:00
Scheme
File
Path
在代码中获取当前工程的一些信息
NSBundle
* mainBundle = [
NSBundle
mainBundle];NSDictionary* infoDictionary = [mainBundle infoDictionary
siruoxian
·
2012-02-14 14:00
代码
UIViewController的生命周期
通过-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil初始化ViewCo
pearlhuzhu
·
2012-02-14 11:00
360
UIWebView 显示本地html及引用资源
这种情况下只需要将html页面文件以及索引用到的资源(图片、声音等)都加入到bundle中,或者单独创建一个bundle,在需要的时候调用UIWebView的相关方法即可
NSBundle
*bundle=
EricSuper
·
2012-02-13 20:00
NSBundle
的使用
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
love12chen
·
2012-02-12 12:00
xml
image
cocoa
Path
resources
extension
UIViewController加载和卸载过程
UIViewController,不管调用哪个方法都为调用initWithNibName(方法定义如下)-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
yhawaii
·
2012-02-08 14:00
apple
UIView
ios5
使用MPMoviePlayerController播放视频
NSString*file=[[
NSBundle
mainBundle]pathForResource:@"t
linzhu0831
·
2012-01-31 12:00
object
api
File
测试
url
文档
读取 对象 plist
从plist中读取对象NSString*path=[[
NSBundle
mainBundle]pathForResource:@"Presidents_a"ofType:@"plist"]; NSData
hongmin118
·
2012-01-27 19:00
plist
读取存array的plist
if(self.list==nil){ NSString*path=[[
NSBundle
mainBundle]pathForResource:@"computers_a"ofType:@"plist
hongmin118
·
2012-01-27 19:00
array
NSData 读取 png 图片需要注意的地方~
环境: MAC OS X 10.7.2 Lion, XCode4.2,iOS SDK 5.0~ 结论: 若要用NSData 获取 png 资源图片的数据, 须得用到[
NSBundle
mainBundle
xumingrencai
·
2012-01-11 19:00
Data
IOS开发之 [[
NSBundle
mainBundle] infoDictionary]
NSBundle
*mainBundle=[
NSBundle
mainBundle];NSDictionary*infoDictionary= [mainBundleinfoDictionary]; NSLog
sanpintian
·
2012-01-11 11:00
ios
c
File
在uiwebview中加载本地资源图片
在uiwebview中加载本地资源图片NSString*html=@"";NSString*path=[[
NSBundle
mainBundle]resourcePath];NSURL*baseURL=[
命苦
·
2012-01-05 13:12
职场
ios
休闲
iPhone
开发
在uiwebview中加载本地资源图片
在uiwebview中加载本地资源图片NSString*html=@""; NSString*path=[[
NSBundle
mainBundle]resourcePath]; NSURL*baseURL
命苦
·
2012-01-05 13:12
ios
职场
UIWebView
休闲
UIScrollView限制在1倍到2倍之间捏合放大缩小
CGRectMake(0,0,1024,768)]; [wholeviewsetBackgroundColor:[UIColorclearColor]]; NSString*imagePath=[[
NSBundle
mainBundle
nogodoss
·
2011-12-30 15:00
image
UIView
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
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
其他