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
iOS菜鸟学习——声音的播放
在iOS开发中,播放声音只需要以下代码,需要引入AudioToolbox框架NSString*path=[NSStringstringWithFormat:@"%@/%@", [[
NSBundle
mainBundle
soloterry
·
2012-08-02 10:00
ios
框架
Path
contentsize、contentoffset和contentInset详解
[plain]NSString*path=nil; UIImage*back=nil; NSString*str=nil; UIImage*aImage=nil; path=[[
NSBundle
mainBundle
xiaoxuan415315
·
2012-07-26 11:00
action
Path
iphone使用loadNibNamed载入view在内存中得注意事项
大家双击xib文件中,里面得元素会依次存储在你得NSArray*nib数组中.NSArray*nib=[[
NSBundle
mainBundle]loadNibNamed/@"CustomCell"owner
theonezh
·
2012-07-24 15:00
iPhone
存储
Class
向PLIST文件中追加数据
1.先定一个可变数组: NSMutableArray *operateArray;2.然后在给可变数组中初始化数据,并向其中追加数据.代码如下: NSString *path=[[
NSBundle
macroswang
·
2012-07-17 09:55
追加
plist
向PLIST文件中追加数据
1.先定一个可变数组:NSMutableArray*operateArray;2.然后在给可变数组中初始化数据,并向其中追加数据.代码如下:NSString*path=[[
NSBundle
mainBundle
macroswang
·
2012-07-17 09:55
追加
plist
NSDictionary+plist简单示例
以下为对此test.plist文件的一系列常用操作(myname,mydate,mydept为定义的变量):NSString*path=[[
NSBundle
mainBundle]pathForReso
trandy
·
2012-07-16 15:00
Date
list
Path
uiview关联xib
1,在需要实例的地方//加载一个uiview的作法[LotteryInvestigationView*lotteryInvestigationView=[[[
NSBundle
mainBundle]loadNibNamed
yu413854285
·
2012-07-10 20:00
File
Class
UIView
IOS循环播放音乐实例
http://blog.csdn.net/linux_zkf和播放音乐实例几乎没有区别仅仅添加一行代码-(BOOL)prepAudio{NSError *error;NSString *path=[[
NSBundle
linux_zkf
·
2012-07-07 18:00
ios
音乐
Path
IOS处理音乐播放中断实例
转载请注明出处:http://blog.csdn.net/linux_zkf此实例在打开关闭应用时候引发中断-(BOOL)prepAudio{NSError*error;NSString*path=[[
NSBundle
mainBundle
linux_zkf
·
2012-07-07 18:00
ios
音乐
Path
IOS 播放音乐实例
[email protected]
转载请注明出处:http://blog.csdn.net/linux_zkf-(BOOL)prepAudio{NSError*error;NSString*path=[[
NSBundle
mainBundle
linux_zkf
·
2012-07-07 18:00
ios
音乐
Path
iOS 用GDataXMLNode创建和解析XML
NSError*error;// NSString*path=[[
NSBundle
mainBundle]pathForResource:@"testxml"ofType:@"xml"];// NSString
gf771115
·
2012-07-05 14:00
ios
xml
Path
encoding
UIViewController各个方法的加载顺序
UIViewController, 不管调用哪个方法都为调用initWithNibName(方法定义如下) - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
quding0308
·
2012-07-04 11:00
controller
UIImage应用与内存管理
加载图像的方法很多,最常用的是下面三种:一、用imageNamed函数引用[UIImageimageNamed:ImageName];二、用NSData的方式加载NSString*filePath=[[
NSBundle
mainBundle
JWZbskywz
·
2012-07-02 16:00
数据库
image
cache
table
UIView
extension
NSBundle
--获取文件路径
TestViewController*viewcontroller=[[TestViewControlleralloc]initWithNibName:@"TestViewController"bundle:[
NSBundle
mainBundle
bihailantian1988
·
2012-06-29 17:00
编程
image
cocoa
Path
resources
Bundle使用&
NSBundle
Bundle就是一个内部结构按照标准规则组织的特殊目录,理解为directory即可; IOS的应用都是通过bundle进行封装的,对应的bundle类型是Application类型,平时我们通过XCode编译出来的Target(即我们开发的应用),其实就是一个Application类型bundle,即一个文件夹!但是Finder会把这个bundle当做一个文件显示给我们,因为这个
quding0308
·
2012-06-29 10:00
Bundle
资源管理
nsbundle
IOS成长之路-用NSXMLParser实现XML解析
22 李一 李二 20 李三 21 李四 22 1.获取xml文件中的数据:存放到字符串中//bundle是一个目录,包含了程序会使用到的资源 NSString*path=[[
NSBundle
mainBundle
like7xiaoben
·
2012-06-28 20:00
xml
String
存储
Path
encoding
attributes
NSBundle
读取图片 plist文件和txt文件
本文想简单介绍一下
NSBundle
读取图片到视图上,读取plist文件,读取txt文件显示在lable上;关于bundle作用在网上参考了两个博客,介绍如下:bundle是一个目录,其中包含了程序会使用到的资源
duxinfeng2010
·
2012-06-28 11:04
菜鸟学iOS的笔记
NSBundle
读取图片 plist文件和txt文件
本文想简单介绍一下
NSBundle
读取图片到视图上,读取plist文件,读取txt文件显示在lable上;关于bundle作用在网上参考了两个博客,介绍如下:bundle是一个目录,其中包含了程序会使用到的资源
新风作浪
·
2012-06-28 11:00
nsbundle
NSBundle
读取图片 plist文件和txt文件
本文想简单介绍一下
NSBundle
读取图片到视图上,读取plist文件,读取txt文件显示在lable上;关于bundle作用在网上参考了两个博客,介绍如下:bundle是一个目录,其中包含了程序会使用到的资源
duxinfeng2010
·
2012-06-28 11:00
NSBundle
读取图片 plist文件和txt文件
本文想简单介绍一下
NSBundle
读取图片到视图上,读取plist文件,读取txt文件显示在lable上;关于bundle作用在网上参考了两个博客,介绍如下:bundle是一个目录,其中包含了程序会使用到的资源
新风作浪
·
2012-06-28 11:00
NSBundle
iOS学习笔记
[解决方案]应用程序帮助导航
1.获取应用版本,对版本号进行判断看看是不是最新版本;NSString*versionString=[[
NSBundle
mainBundle]objectForInfoDictionaryKey:@"
lixuwen521
·
2012-06-27 15:00
NSXMLParser的使用
NSXMLParserDelegate协议 @interfaceXMLHelper:NSObject 首先设置XML数据,并初始化NSXMLParser -(void)viewDidLoad{NSString*strPathXml=[[
NSBundle
mainBundle
perfect_promise
·
2012-06-27 14:00
xml
String
interface
attributes
UIVIEWCONTROLLER各个方法的加载顺序
UIViewController,不管调用哪个方法都为调用initWithNibName(方法定义如下)-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
ch_soft
·
2012-06-26 11:00
UIView
ios5
软件版本号
+(NSString*)appVersion{ return[[[
NSBundle
mainBundle]infoDictionary]objectForKey:@"CFBundleShortVersionString
JWZbskywz
·
2012-06-25 23:00
iOS学习之
NSBundle
介绍和使用
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
totogo2010
·
2012-06-18 09:00
ios
c
image
cocoa
qq
application
判断用户界面是ipad的还是phone的代码
PadContent"; if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPhone){nibTitle=@"PhoneContent"; } [[
NSBundle
main
chengyakun11
·
2012-06-16 09:00
IOS-路径大全
==================================================================// 资源目录NSString *defaultDBPath=[[[
NSBundle
mainBundle
ch_soft
·
2012-06-16 09:00
cache
Path
library
iOS开发笔记——PDF的显示和浏览
方法一:利用webview-(void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView { NSString*path=[[
NSBundle
mainBundle
yiyaaixuexi
·
2012-06-08 16:00
ios
quartz
url
Path
UIView
Safari
iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
hufeng825
·
2012-06-07 22:00
ios
框架
object
action
Path
float
iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
ydbc
·
2012-06-07 22:00
ios开发
iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
ydbc
·
2012-06-07 22:00
ios开发
iPhone中播放指定路径的MP3等音频文件
进行播放控制,代码示例如下 首先取得指定路径的所有mp3文件musicArray=[[NSMutableArrayalloc]init]; //资源目录 NSString*resoucePath=[[
NSBundle
mainBundle
newjerryj
·
2012-06-06 10:00
image
网络
null
url
iPhone
encoding
读取文件
NSAutoreleasePoolalloc]init];//NSString*filename=@"~/LearningCocoa/filestrings/filestrings.m";NSString*filename1=[[
NSBundle
mainBundle
MAZHEN1986
·
2012-06-06 00:00
String
encoding
iPhone
NSBundle
用法
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
gf771115
·
2012-06-04 15:00
cocoa
iPhone
Class
语言
Path
extension
官方例子--BubbleLevel
NSBundle
*mainBundle=[
NSBundle
mainBundle]; farSound=[[SoundEffectalloc]initWithContentsOfFile:[mainBundlepathForResource
JerryVon
·
2012-06-02 19:00
NSBundle
的使用
使用主束来获取需要的资源文件: <wbr></wbr>
NSBundle
<wbr>*bundle = [</wbr>
NSBundle
<
izuoyan
·
2012-05-31 22:00
Bundle
读plist,并遍历
NSString*path=[[
NSBundle
mainBundle]pathForResource:filenameofType:@"plist"];NSDictionary*dict=[NSDictionarydictionaryWithContentsOfFile
北京-AK1
·
2012-05-31 11:37
path
button
file
IOS基础知识
NSBundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
forwardto9
·
2012-05-30 09:00
cocoa
image
Class
语言
Path
extension
AVAudioPlayer 的开始时间和结束时间设置
可以设定开始时间第10s,但结束时间第30s代码如下:player=[[AVAudioPlayeralloc]initWithContentsOfURL:[NSURLfileURLWithPath:[[
NSBundle
mainBundle
x1135768777
·
2012-05-28 15:00
url
iOS视频播放代码
/** @method播放电影 */ -(void)playMovie:(NSString*)fileName{ //视频文件路径 NSString*path=[[
NSBundle
mainBundle]
yhawaii
·
2012-05-25 11:00
ios
object
url
Path
使用XIB自定义一个UIView,然后将这个view添加到controller的view
NSArray*nib=[[
NSBundle
mainBundle]loadNibNamed:@"MyView"owner:selfoptions:nil]; UIView*tempMyV
niitlcj
·
2012-05-21 10:00
UIView
ios storyboard学习
1.得到一个StoryBoard+(UIStoryboard*)storyboardWithName:(NSString*)namebundle:(
NSBundle
*)storyboardBundleOrNil
zhanglei5415
·
2012-05-16 17:00
contentsize、contentoffset 和contentInset 详解
NSString *path = nil; UIImage *back = nil; NSString *str = nil; UIImage *aImage = nil; path = [[
NSBundle
izuoyan
·
2012-05-16 09:00
content
contentsize、contentoffset 和contentInset 详解
NSString*path=nil; UIImage*back=nil; NSString*str=nil; UIImage*aImage=nil; path=[[
NSBundle
mainBundle
ComeOnTom
·
2012-05-16 09:00
UIButton:用两张图片---代码中自己用的模版之二
下面时我的实现方式,如有别的方式,请大家一起分享出来,共同学习....NSString*path=nil;UIImage*image=nil;path=[[
NSBundle
mainBundle]pathForResource
comeontom
·
2012-05-15 18:50
image
path
action
iPad
iPhone开发
objective-c基础
UIButton:用两张图片---代码中自己用的模版之二
下面时我的实现方式,如有别的方式,请大家一起分享出来,共同学习....NSString*path=nil; UIImage*image=nil; path=[[
NSBundle
mainBundle]pathForResource
ComeOnTom
·
2012-05-15 18:00
image
action
Path
UIButton:用两张图片---代码中自己用的模版之二
NSString *path = nil; UIImage *image = nil; path = [[
NSBundle
mainBundle] pathForResource:@"menubtn1&
izuoyan
·
2012-05-15 18:00
UIButton
ios学习--通过xib文件创建子控件 .
xib/nib文件可以通过
NSBundle
装载。得到的是一个NSArray。在
yanfangjin
·
2012-05-14 18:00
ios
File
UIView
[置顶] Could not load NIB in bundle: '
NSBundle
遇到这个问题多是因为你的[[MovieTableViewControlleralloc]initWithNibName:@"MovieTableViewController"bundle:nil];中的MovieTableViewController文件名写错!!所以检查你的文件名输入是否和工程目录文件匹配就可以啦!!
liu1028701143
·
2012-05-12 15:00
加载本地html文件乱码问题
时中文出现了乱码: 解决办法,以utf8的编码加载html文件,下面是代码: //加载本地的html文件 NSString *resourcePath = [[
NSBundle
jinzhu117
·
2012-05-10 13:00
iPhone
加载html
objectc
上一页
46
47
48
49
50
51
52
53
下一页
按字母分类:
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
其他