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
app的设置方式:plist, Settings Bundle
1通过propertylist即plist文件来设置
NSBundle
*mainBundle=[
NSBundle
mainBundle];//mainBundle是shareinstance用来获取程序包NSString
孔俊
·
2013-08-13 18:00
NSBundle
介绍
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
SmartOS
·
2013-08-06 11:00
nsbundle
iOS通过iTunes search检测版本更新,并提示用户更新!
当前运行版本信息可以通过info.plist文件中的bundle version中获取: NSDictionary *infoDic = [[
NSBundle
mainBundle] infoDictionary
lizaochengwen
·
2013-08-05 17:00
search
iOS 关于相机胶卷,视频库,app内部中的视频播放方法
Code:NSString*path=[[
NSBundle
mainBundl
forwardto9
·
2013-08-01 11:00
ios
视频
Objective-C
avplayer
ios webview加载本地网页并解决乱码问题
例如NSString*htmlpath=[[[
NSBundle
mainBundle]resourcePath]stringByAppendingPathComponent@"xx.html"];NSString
huanghuanghbc
·
2013-07-29 18:00
cocos2d-x+cocosbuilder 学习笔记 (三)
为空的情况,解决办法如下下载CocosBuilder源码,用Xcode打开,找到CocosBuilderAppDelegate.m把-(void)setupResourceManager函数里面的[[
NSBundle
mainBundle
loseleo
·
2013-07-28 00:00
UIView 动画 transform CGAffineTransformIdentity;
quot; @implementation ViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
dcj3sjt126com
·
2013-07-27 16:00
transform
iOS通过iTunes search检测版本更新,并提示用户更新!
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp] viewplaincopyNSDictionary *infoDic = [[
NSBundle
mainBundle
kingkong1024
·
2013-07-25 12:00
update
逆向iOS SDK -- _UIImageAtPath 的实现(SDK 5.1)
shareid=3491166579&uk=537224442伪代码(不精确,仅供参考): NSString*_UICacheNameForImageAtPath(NSString*imageName,
NSBundle
Proteas
·
2013-07-25 00:00
iOS 检测版本更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp] viewplaincopyNSDictionary *infoDic = [[
NSBundle
mainBundle
xiaoxuan415315
·
2013-07-19 16:00
[iOS]如何向 appstore 查询已发布 APP 的信息?
NSDictionary *infoDict = [[
NSBundle
mainBundle] infoDictionary]; NSString *current
happyrabbit456
·
2013-07-18 10:00
IOS 使用ASIHttpRequest 或 MKNetworkKit 上传图片到ASP.NET
PHP和J2EE应该差不多都是几句话的事IOS端代码:NSString*path= [[
NSBundle
mainBundle] pathForResource:@"iphone1-1-10"ofType
hengshujiyi
·
2013-07-11 18:00
动态添加一个XIB子控件
xib/nib文件可以通过
NSBundle
装载。得到的是一个NSArray。在x
happyrabbit456
·
2013-07-10 23:00
[iOS]如何向 appstore 查询已发布 APP 的信息?
NSDictionary *infoDict = [[
NSBundle
mainBundle] infoDictionary]; NSString *currentV
rhljiayou
·
2013-07-05 12:00
iOS学习笔记(十三)——获取手机信息(UIDevice、
NSBundle
、NSLocale)
那么通过那些api可以获取这些信息呢,iOS的SDK中提供了UIDevice,
NSBundle
,NSLocale。UIDevice UIDevice提供了多种属性、类函数及状态通知,
xyz_lmn
·
2013-07-04 20:00
UIImage压缩和缩放
节省大量内存,重绘缩略图; #define K_contentsOfFile(fileName,fileType) [UIImage imageWithContentsOfFile:[[
NSBundle
zcw_java
·
2013-07-01 14:00
uiimage
iOS用ASIFormDataRequest实现图片上传
方法一:表单提交NSString*fileName=[[
NSBundle
mainBundle]pathForResource:@"color_blue"ofType:@"png"]; ASIFormDataRequest
lrenjundk
·
2013-06-27 17:00
iOS技巧之获取本机通讯录中的内容,解析通讯录源代码
中定义数组并在init方法中初始化NSMutableArray*addressBookTemp; -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
芳仔小脚印
·
2013-06-24 13:00
通讯录
iOS调用联系人
iOS6通讯录
iOS获取通讯录
视频播放读取进度条MPMoviePlayerController
NSString*moviePath=[[
NSBundle
mainBundle]pathForResource:@"video_002"ofType:@"mp4"];m_pMoviePlayer=[[MPMoviePlayerControlleralloc
youcanping2008
·
2013-06-22 16:00
iOS视频播放代码
/** @method播放电影 */ -(void)playMovie:(NSString*)fileName{ //视频文件路径 NSString*path=[[
NSBundle
mainBundle]
youcanping2008
·
2013-06-22 16:00
IOS7开发~NSAttributedString
从
NSBundle
中读取rtf文本文件的内容,然后用UITextView展示:NSURL*url=[[
NSBundle
mainBundle]URLForResource:@"Test.rtf"withExtension
zfpp25_
·
2013-06-21 10:00
UIViewController的init方法
1、创建UIViewController时,自动重写以下初始化方法:- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil2
xiaohei5188
·
2013-06-16 23:00
读取plist(helloword-info.plist)/strings文件
nbsp; supporting Files:helloword-info.plist文件 NSString *plistPath = [[
NSBundle
higher141125
·
2013-06-14 16:00
ios;plist
[iOS]拷贝视频至相册
不支持avi格式NSString*path=[[
NSBundle
mainBundle]pathForResource:@"Miniature"ofType:@"mp4"];if(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum
knockheart
·
2013-06-11 13:00
ios
视频
Path
IOS 各种文件路径获取
1、获取应用程序中包含的资源文件绝对路径需求:项目中有些数据,使用的时候需要使用绝对路径去读取,所以需要获取文件的绝对路径
NSBundle
*bundle=[
NSBundle
mainBundle];NSString
hslinux
·
2013-06-08 11:00
iOS通过iTunes search检测版本更新,并提示用户更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:1NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary]
MyGameZone
·
2013-06-05 22:00
ios
iOS通过iTunes search检测版本更新,并提示用户更新
当前运行版本信息可以通过info.plist文件中的bundle version中获取: 1 NSDictionary *infoDic = [[
NSBundle
mainBundle
ydbc
·
2013-06-05 22:00
search
plist涉及到沙盒的一个问题
经过测试,当一个程序在执行的时候,比如叫Test.app的iOS程序,获得他的执行地址的代码是(比如找的是CFG.plist文件)
NSBundle
*bundle=[
NSBundle
mainBund
chqb89
·
2013-05-29 17:14
IOS开发
xml,json解析
NSString*xmlPath=[[[
NSBundle
mainBundle]bundlePath]stringByAppendingPathComponent:@"student.xml"];//目标文件内容
zjjzmw1
·
2013-05-29 09:00
json
xml
Objective-C
xml,json解析
NSString*xmlPath=[[[
NSBundle
mainBundle]bundlePath]stringByAppendingPathComponent:@"student.xml"];//目标文件内容
zjjzmw1
·
2013-05-29 09:00
xml
json
Objective-C
iOS settingbundle
NSMutableDictionary *defaultDic_=[[NSMutableDictionary alloc]init]; NSURL *settingsUrl= [NSURL fileURLWithPath:[[
NSBundle
forwardto9
·
2013-05-27 21:00
ios
ios
settingbundle
关于uiimage imagenamed内存可能占用大的替代方法
所以小图的话还行,大图的话就别用这个方法了,群里兄弟推荐大图用这个方法:[[UIImagealloc]initWithContentsOfFile:[[
NSBundle
mainBundle]pathForResource
chenyong05314
·
2013-05-24 23:00
IOS疯狂基础之 载入子视图
,不用做其他处理 KGModal*modal=[KGModalsharedInstance]; UserDetail*detailView=[[UserDetailalloc]init]; [[
NSBundle
mainBundle
wudizhukk
·
2013-05-23 14:00
载入子视图
读取文件内容到NSString
========================================================读取文件内容到NSString,我使用以下代码NSString*filePath=[[[
NSBundle
mainB
shencaifeixia1
·
2013-05-23 12:00
使用KissXml解析xml
text.xml内容如下:AngelParserxmltestParserXmlWithKissXml需要使用到kissxml解析xml首先获取text.xml的urlNSString*path=[[
NSBundle
mainBundle
gloryFlow
·
2013-05-20 15:00
xml
NSArray
解析xml
kissXML
IOS之JsonKit解析,版本号获取
版本号的获取如下: NSString*executableFile=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:(NSString*)kCFBundleExecutableKey
zcw_java
·
2013-05-20 14:00
json
iOS学习笔记21—从文本文件中读取内容到字符串里
NSError*error;NSString*textFileContents=[NSStringstringWithContentsOfFile:[[
NSBundle
mainBundle]pathForResource
Chengwuli125
·
2013-05-10 15:00
NSFileManager
iOS学习笔记20—获取当前APP版本
NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary]; NSString*appVersion=[infoDicobjectForKey
Chengwuli125
·
2013-05-10 09:00
version
IOS 视频播放--
在.h文件导入库文件#import 在.m实现文件中NSString*path=[[
NSBundle
mainBundle]pathForResource:@"name"ofType:@"mp4"]; NSURL
kuaileyizhan1314
·
2013-05-09 14:00
UIViewController的生命周期
----------------------------- //+1使用Nib文件名,初始化-(id)initWithNibName:(NSString *)nibNameOrNilbundle:(
NSBundle
牛奶_E
·
2013-05-03 17:00
iOS通过iTunes search检测版本更新,并提示用户更新!
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary];
张志浩
·
2013-05-01 11:00
NSBundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
focusjava
·
2013-04-26 18:00
IOS 读取 .plist 文件
NSBundle
*bundle = [
NSBundle
mainBundle]; NSURL *plistUrl = [bundle URLForResource:@"Bf2Directory
wmhcymx
·
2013-04-26 16:00
ios
解析
xml解析
plist
UIViewController各个方法的加载顺序
UIViewController, 不管调用哪个方法都为调用initWithNibName(方法定义如下) - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
lcl130
·
2013-04-25 15:00
controller
UIButton 应用选择状态(附:UIButton 常用状态)
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"alien"ofType:@"png"]; UIImage*image=[[UIImagealloc
gloryFlow
·
2013-04-25 09:00
apple
图片
UIButton
uiimage
NSBundle
LoginViewController*viewcontroller=[[LoginViewControlleralloc]initWithNibName:@"LoginViewController"bundle:[
NSBundle
mainBundle
dean19900504
·
2013-04-24 23:00
IOS开发
NSBundle
对象使用详解
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
guozh
·
2013-04-19 13:00
iOS WebView加载目录文件夹html 不改动html里面的资源引用路径
iOSWebView加载目录文件夹html不改动html里面的资源引用路径小知识:当APP打包的时候,它将所有资源文件平行的放到根目录中,这个包就是(
NSBundle
mainBundle),也就是说文件全局中不允许重名文件存在
逍遥的心
·
2013-04-08 15:00
html
webView
iOS 开发小技巧(二)
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
cocoadream
·
2013-04-08 09:04
iOS开发温馨小屋
iOS 开发小技巧(二)
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
cocoadream
·
2013-04-08 09:04
iOS开发温馨小屋
上一页
42
43
44
45
46
47
48
49
下一页
按字母分类:
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
其他