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
mainBundle
app中获取应用名称,版本等信息的方法
读取的实例代码如下: NSDictionary* dict = [[NSBundle
mainBundle
] infoDictionary]; // 这个字典的获取很
·
2015-10-31 09:24
APP
plist文件的读取和使用
1、通过NSBundle来读取文件,
mainBundle
获取的是该app所在的目录 [[NSBundle
mainBundle
] pathForResource:@"SysMessageRing
·
2015-10-31 09:05
plist
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle
mainBundle
] pathForResource
·
2015-10-31 09:12
Bundle
iOS 如何在视图中添加一个用xib创建的view
NSArray *nib = [[NSBundle
mainBundle
]loadNibNamed:[pages objectAtIndex:0] owner:self options:nil]; /
·
2015-10-31 09:39
view
获取Bundle Identifier
ViewController - (void)viewDidLoad { [super viewDidLoad]; NSString *identifier=[[NSBundle
mainBundle
走向未来
·
2015-10-29 14:00
Bundle
Identifier字符串
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle
mainBundle
] pathForResource
·
2015-10-27 14:28
Bundle
【iOS】单例模式
单例模式在软件开发中经常用到,在iOS系统framework也很多地方用到单例模式,例如 [NSUserDefaults standardUserDefaults], [NSBundle
mainBundle
·
2015-10-26 15:39
单例模式
IOS plist的运用
Array是数组 Dictionary字典,由键名和键值的对象 NSBundle * bundle=[NSBundle
mainBundle
]; NSString * plistPath=
大灰狼wow
·
2015-10-24 10:00
关于[[NSBundle
mainBundle
] pathForResource:@"name"
http://blog.csdn.net/yangxuanlun/article/details/8938148
SoulJa
·
2015-10-23 15:00
用imageNamed加载图片产生的问题
NSString path = [[NSBundle
mainBundle
] pathForResou
·
2015-10-23 08:41
image
ios 沙盒 文件枚举 写入文件操作
//1安装包目录 NSBundle * bundle=[NSBundle
mainBundle
]; NSString *path=[bundle bundlePath];
大灰狼wow
·
2015-10-22 10:00
NSBundle
letresourcePath=NSBundle.
mainBundle
().pathForResource("someFile",ofType
exialym
·
2015-10-21 14:00
CSV解析
NSString *path = [[NSBundle
mainBundle
] pathForResource: @"type" ofType
·
2015-10-21 13:39
csv
iOS 获取高速随机路径sandbox目录
NSLog(@"%@", NSTemporaryDirectory());//砂箱tmp目录路径 NSLog(@"%@", [[NSBundle
mainBundle
·
2015-10-21 12:32
ios
使用MPMoviePlayerController播放视频的总结
-(void)openMovie:(id)sender { NSString *path = [[NSBundle
mainBundle
] pathForResource:@"movie
·
2015-10-21 11:55
controller
IOS对plist配置文件的读写操作
读取: //首先读取studentInfo.plist中的数据 NSString *plistPath = [[NSBundle
mainBundle
] pathForResource:@"
·
2015-10-21 11:19
plist
iOS NSBundle 的用法
1.获取app的info.plist详细信息 版本号:Bundle version NSString *version = [[[NSBundle
mainBundle
] infoDictionary
·
2015-10-21 11:12
Bundle
一个奇怪的现象 在GDB模式和LLDB 模式下 同样代码不同反应 AudioServicesCreateSystemSoundID
-(void) play_shake_sound_male { NSString *path = [[NSBundle
mainBundle
] pathForResource
·
2015-10-21 11:41
service
[转]ios错误大全
//大全 //读取数据库数据 -(void)movethesqlitefile{ NSString *sourcepath=[[NSBundle
mainBundle
·
2015-10-21 11:24
ios
【原】UIWebView加载本地pdf、doc等文件
pdf到webview - (void) loadDocument:(NSString *)docName{ NSString *path = [[NSBundle
mainBundle
·
2015-10-21 11:12
UIWebView
【iOS开发笔记21/50】获取应用程序的名称和版本号
应用程序的名称和版本号等信息都保存在
mainBundle
的一个字典中,用下面代码可以取出来。
·
2015-10-21 10:53
ios开发
Swift 读取本地json文件时的异常捕获(try catch)的使用
Swift读取本地json文件时的异常捕获(trycatch)的使用//1.获取文件路径letpath=NSBundle.
mainBundle
().pathForResource("xxx.json",
青苹果园
·
2015-10-20 01:32
iOS那些事
iOS 设置项目的version和build号
Version:1.0.1Build:1.0.11,Version是显示对外的版本号,(itunesconect和Appstore用户可以看到)对应O-C中获取version的值:[[[NSBundle
mainBundle
xiaohe901216
·
2015-10-19 10:00
ios
ios开发
iOS如何获取资源文件
1、获取APP根目录:[NSBundle
mainBundle
]2、获取目录下的指定类型的文件,返回的是该文件的路径:NSString *path = [[NSBundle
mainBundle
] pathForResource
动态灵犀
·
2015-10-16 23:00
nsbundle
iOS开发 正确选择图片加载方式
UIImage imageNamed:@"image.png"]; //方法2 UIImage *image2 = [UIImage imageWithContentsOfFile:[[NSBundle
mainBundle
Bruce__Liu
·
2015-10-09 17:00
ios开发
内存优化
图片加载
UIImage 类说明
bundle:设置为nil则默认为
mainbundle
。traitCollection:设置为nil则为mains
pestle
·
2015-10-09 10:00
深入理解 [NSBundle
mainBundle
]
NSBundlemainBundle],文件夹其实是Group,如左侧的树形文件管理器Build之后,文件直接就复制到了根目录下,于是读取的方法,应该是这样:NSString *earth=[[NSBundle
mainBundle
hemeinvyiqiluoben
·
2015-10-03 20:00
iOS开发里的Bundle是个啥玩意?!
www.cnblogs.com/BigPolarBear/archive/2012/03/28/2421802.html初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[NSBundle
mainBundle
hemeinvyiqiluoben
·
2015-10-03 18:00
Swift中使用MPMoviePlayerController实现自定义视频播放器界面
默认情况下播放器自带各种控制按钮,比如前进后退播放暂停等:varurl=NSBundle.
mainBundle
().URLForResource("1",withExtension:"mp4")varplay1
流火行者
·
2015-08-29 17:00
加载xib文件的怪问题
]loadNibNamed:@"View.xib"owner:niloptions:nil];他竟然爆出了下面的错误:当我把xib的名称后缀去掉以后,NSArray*array=[[NSBundle
mainBundle
妖精的尾巴ing
·
2015-08-15 15:00
UICollectionView
-(void)viewDidLoad{ [super viewDidLoad];//1.获取文件路径 NSString *filePath=[[NSBundle
mainBundle
] pathForResource
maiwc
·
2015-08-07 18:00
AVAudioPlayer 播放本地音乐
//AVAudioPlayer播放音乐1.需要导入系统库AVFoundationletpathStr=NSBundle.
mainBundle
().pathForResource("泡沫.mp3",ofType
developer_yk
·
2015-08-01 09:54
iOS多媒体
两种方法删除NSUserDefaults所有记录
//方法一 NSString *appDomain = [[ NSBundle
mainBundle
] bundleIdentifier ]; [[ NSUserDefaults
·
2015-07-24 13:00
NSUserDefaults
项目文件夹创建的两种方式
这是因为,Xcode项目中的文件路径都是虚拟的,在APP中实际不存在,即在APP中,几乎所有的文件都可以从
mainBundle
根目录下直接访问,当然,例外总是存在的在将文件/文件夹加入到项目时,有这样两个选项
qq_26338299
·
2015-07-19 20:00
文件夹
用imageNamed加载图片产生的问题
NSString path = [[NSBundle
mainBundle
] pathForRe
·
2015-07-10 09:00
image
使用MPMoviePlayerController播放视频
overridefuncviewDidLoad(){ super.viewDidLoad() //视频路径 letpath=NSBundle.
mainBundle
().pathForResource(
DragonFK
·
2015-07-03 22:00
ios
media
打开文档的使用方法
#pragma mark Actions - (IBAction)previewDocument:(id)sender { NSURL *URL = [[NSBundle
mainBundle
]
jackscm
·
2015-06-08 10:31
文档
打开文档的使用方法
#pragma mark Actions- (IBAction)previewDocument:(id)sender { NSURL *URL = [[NSBundle
mainBundle
] URLForResource
jackscm
·
2015-06-08 10:31
文档
使用Swift读取App版本信息
先上代码:letinfoDictionary=NSBundle.
mainBundle
().infoDictionaryletshortVersion:String?=infoDictionary!
addstore
·
2015-05-29 17:45
iOS 检测版本更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp] viewplaincopyNSDictionary *infoDic = [[NSBundle
mainBundle
m372897500
·
2015-05-18 09:00
NSBundle
mainBundle
一.获取图片 1. NSString*path=[[NSBuddlemainBuddle]pathForResource:@"resourceName"oftype@"resourceType"]; UIImage*image=[[UIImage imageWithContentsOfFile:path]; 2. UIImage*image=[UIImageimageNamed:@"im
rushiboruo
·
2015-05-08 21:00
获取当前版本号
NSString *version = [[[NSBundle
mainBundle
] infoDictionary] objectForKey:@"CFBundleShortVersionString
ios开发者
·
2015-04-28 10:00
NSBundle UIScreen
m1:获取程序包内部的根目录[csharp]viewplaincopyNSLog(@"bundlePath:%@",[[NSBundle
mainBundle
] bundlePath]); 2:获取某
m372897500
·
2015-04-17 12:00
IOS开发基础知识--碎片9
1:两种方法删除NSUserDefaults所有记录 //方法一 NSString *appDomain = [[NSBundle
mainBundle
] bundleIdentifier];
·
2015-04-01 18:00
ios开发
iOS开发技巧-版本比较
1、获取App当前的版本信息#define XcodeAppVersion [[[NSBundle
mainBundle
] infoDictionary] objectForKey:@"CFBundleShortVersionString
召唤攻城狮
·
2015-03-30 15:00
关于UILocalNotification 的soundName问题(通知的自定义声音问题)
最近写闹钟项目.设置了通知的soundName,但还是提醒的是系统声音.1.声音文件必须在项目的
mainBundle
中.将文件拖入项目的时候默认没有添加到target中.所以要勾选addtarget.在播放的时候可以先打印一下文件路径看看存不存在
soindy
·
2015-03-19 11:00
iOS 检测版本更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp] viewplaincopyNSDictionary *infoDic = [[NSBundle
mainBundle
小桃桃
·
2015-03-16 19:00
检测app版本的更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp] viewplaincopyNSDictionary *infoDic = [[NSBundle
mainBundle
ljl5125
·
2015-03-14 15:45
检测app版本的更新
[NSBundle
mainBundle
] pathForResource: ofType: 获取不到数据
从bundle中获取数据,明明把数据添加到项目中了,但就是不对。 NSString*newDataName=[[NSBundlemainBundle]pathForResource:dataNameofType:format]; 为空 后来从网上查到相关信息,当时添加是直接拖拽过去,没有真正加入到bundle中,需要在项目设置中,buildphases-》copybundlereso
huyisu
·
2015-03-12 16:00
Swift 读取,处理Json数据
001","name":"xyz","data":["100","220","300","400"]}*///从一个本地项目资源中读取data.Json文件varpath:String=NSBundle.
mainBundle
gishero
·
2015-03-08 21:16
Swift
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他