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开发中使用AVAudioPlayer出现内存泄漏的解决办法
最近在使用AVAudioPlayer播放音频时,发现有内存泄漏的现象,我的代码如下:-(id)init { if(self=[superinit]){ NSString*path=[[
NSBundle
mainBundle
wsqwsq000
·
2012-12-25 11:00
iPhone开发
UITabBar初体验
implementationViewControllerTwo@synthesizetabBar;-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanxiaochuan
·
2012-12-21 16:00
IOS学习 零碎代码备忘
1、AppDelegate直接加载xib文件 [[
NSBundle
mainBundle] loadNibNamed:@"TabBarController" owner:self options:nil
lilizing
·
2012-12-21 11:00
NSFileManager相关
can achieve this pretty easily with the help of NSPredicate, like so: NSString *bundleRoot = [[
NSBundle
zl4393753
·
2012-12-19 23:00
manager
动画执行时调用的方法[UIView beginAnimations: context:];
@implementationViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil
fanxiaochuan
·
2012-12-19 17:00
简单的弹跳动画
-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil{ self=[superinitWithNibName
fanxiaochuan
·
2012-12-19 16:00
iOS从info.plist 获取项目的名称及版本号
NSString*executableFile=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:(NSString*)kCFBundleExecutableKey
theonezh
·
2012-12-18 14:00
NSBundle
mainBundle的问题
NSString*imagePath=[[
NSBundle
mainBundle]p
·
2012-12-18 14:00
Bundle
读取plist文件
//读取文件名为VWPlist.plist文件中的数据 NSString*plistPath=[[
NSBundle
mainBundle]pathForResource:@"VWPlist"ofType
yang120jun
·
2012-12-12 22:49
啊啊啊
iPhone Controller与xib关联,controller跳转
Controller加载xib:[[
NSBundle
mainBundle] loadNibNamed:xib名 owner:self option:nil]; Controller跳转: 1.跳转用
wenzongliang
·
2012-12-12 12:00
controller
UIView 动画 transform CGAffineTransformIdentity;
import"ViewController.h"@implementationViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanxiaochuan
·
2012-12-11 18:00
UIImage截图 截取指定大小图片
import"ViewController1.h"@implementationViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanxiaochuan
·
2012-12-10 14:00
NSBundle
的最佳解释
通过
NSBundle
*bundles=[
NSBundle
mainBundle];,可以获得当前程序的目录,也就可以通过bundles访问程序下的所有资源。
wzgyyh
·
2012-12-10 11:00
nsbundle
mainBundle
pathForResource获取资源为nil的原因
利用
NSbundle
获取资源文件的时候,如果是自己添加的文件,获取的时候纵使返回nil的解决办法。
wzgyyh
·
2012-12-10 11:00
nil
pathForResource
IOS 网络解析(XML,JSON)
1324525255 小天 20 1324525255 小虎 20 1324525255 //XML解析 NSString*str=[NSStringstringWithContentsOfFile:[[
NSBundle
mainBundle
kazeik
·
2012-12-08 13:00
IOS App资源路径
==================================================================// 资源目录NSString *defaultDBPath=[[[
NSBundle
mainBundle
浪端之渡鸟
·
2012-12-06 22:00
获取appName
+ (NSString*)appName {
NSBundle
*bundle = [
NSBundle
bundleForClass:[self class]]; NSString
xyxdasnjss
·
2012-12-03 11:00
ios
iPhone开发
nib 文件加载
[[
NSBundle
mainBundle]loadNibNamed:@"NewView"owner:selfoptions:nil];这是一段很经典的代码,重点在于它可以跨Nib加载,且如果nib有一些对象是当然类的成员
bhlzlx
·
2012-12-02 16:45
nib
status bar 半透明
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil { self = [super
修博龙泉
·
2012-11-28 10:00
status
iPhone开发技巧小结(二)
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
m_changgong
·
2012-11-27 16:00
plist
NSString*path =[[[
NSBundle
mainBundle]bundlePath]stringByAppendingPathComponent:@"Info.plist"];// NSLog
scluojianying
·
2012-11-27 10:39
plist
iPhone开发 --技巧小结
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
chun799
·
2012-11-22 16:00
自定义UITableViewCell中Accessory(已更新)
代码://设置Accessory UIImage*imageAccessory=[UIImageimageWithContentsOfFile:[[
NSBundle
mainBundle]pathForResource
aries4ever
·
2012-11-17 11:00
ios
ios
ios
UITableViewCell
UITableViewCell
UITableView
Accessory
获取MP3和M4A音乐文件的歌曲信息以及专辑图片
NSBundle
*bundle=[
NSBundle
mainBundle]; NSString*path=[bundlebundlePath]; NSURL*fileURL=[NSURLfileURLWithPath
Padding
·
2012-11-16 18:00
关于用file初始化NSString
记下来吧,不然总是忘转载自:http://my.oschina.net/ldgoooo/blog/779241、 从Resource 中 读取文件内容1
NSBundle
*bundel=[
NSBundle
mainBundle
chenyong05314
·
2012-11-14 19:00
IOS读取plist资源文件
先看一下plist的文件结构也可以通过鼠标右键中的OpenAs-SourceCode查看到plist的另一种结构,和常用的xml差不多最后看看怎么读取plist资源文件
NSBundle
*bundle=[
小小贝
·
2012-11-14 10:00
读excel表、csv
-(void)localAdressData{ JianweiParam*Jianwei=[JianweiParamsharedInstance]; NSString*filePath=[[
NSBundle
mainBundle
ganlijianstyle
·
2012-11-13 12:00
bundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
zhuzhihai1988
·
2012-11-12 17:00
如何向 appstore 查询已发布 APP 的信息?
当前运行程序的版本信息,可以在mainBundle里面获取:[cpp] viewplaincopyNSDictionary *infoDict = [[
NSBundle
mainBundle] infoDictionary
xiaoxuan415315
·
2012-11-04 13:00
iOS从info.plist 获取项目的名称及版本号
NSString*executableFile=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:(NSString*)kCFBundleExecutableKey
xiaoxuan415315
·
2012-11-04 13: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
ios 路径大全
==================================================================// 资源目录NSString *defaultDBPath=[[[
NSBundle
mainBundle
bihailantian1988
·
2012-10-24 10:00
iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
a6472953
·
2012-10-23 11:00
ios
image
object
action
语言
Path
iPhone应用开发中问题集锦并解决
一、IPhone应用开发中
NSBundle
使用
NSBundle
的对象可以获取应用程序安装目录的附件。附件包括了,当前应用程序下,所有的文件。
zhangkongzhongyun
·
2012-10-22 09:00
用WebView播放视频时,自定义推出按钮
webView=[[UIWebViewalloc]initWithFrame:CGRectMake(0,0,650,600)]; NSURL*baseUrl=[NSURLfileURLWithPath:[[
NSBundle
mainBundle
jidiao
·
2012-10-20 16:00
url
属性列表初涉(Xcode4.3.2与Xcode4.5)
从项目中读取 1、以NSArray形式: NSString *pathStr = [[
NSBundle
mainBundle] pathForResource:@"
synchronized_lala
·
2012-10-20 12:00
ios
plist
Xcode版本区别之一
属性列表读取
NSBundle
对象
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
piziliweiguang
·
2012-10-18 14:00
cocoa
image
Class
语言
Path
extension
xml,json解析
NSString*xmlPath=[[[
NSBundle
mainBundle]bundlePath]stringByAppendingPathComponent:@"student.xml"
zjjzmw1
·
2012-10-17 20:00
json解析
iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
lizhenning87
·
2012-10-17 09:00
ios
object
image
action
语言
Path
bundle中资源的路径转换
NSMutableString*path2=[NSMutableStringstringWithString:[[
NSBundle
mainBundle]pathForResource:@"WBUserGuideImage"ofType
zaitianaoxiang
·
2012-10-16 18:00
通过已有nib/xib创建UIView
见代码NSArray*arr=[[
NSBundle
mainBundle]loadNibNamed:@"MyView"owner:niloptions:nil]; UIView*view=[[arrobjectAtIndex
simpson910
·
2012-10-15 11:00
UIView
UIScrollView 缩放图片
CGRectMake(0,0,1024,768)]; [wholeviewsetBackgroundColor:[UIColorclearColor]]; NSString*imagePath=[[
NSBundle
mainBundle
ch_soft
·
2012-10-13 14:00
image
UIView
ios客户端浏览器访问本地html文件
NSString *mainBundleDirectory = [[
NSBundle
mainBundle] bundlePath]; NSString
gaobusi
·
2012-10-11 11:00
html
ios
浏览器
Objective-C
资源路径和自定义路径
NSString *jsonBasePath = [[[
NSBundle
mainBundle] resourcePath] stringByAppendingPathComponent:@"
lizhuang
·
2012-10-10 10:00
自定义
关于webview 加载本地图片资源 显示不出来的解决办法
其余的文字什么的都没有问题 网上找了个例子 NSString*path=[[
NSBundle
mainBundle]bundlePath]; NSURL*baseURL=[NSURLfileURLWithPath
sike2008
·
2012-10-09 16:00
JavaScript
html
Class
div
button
encoding
IOS开发小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
qq5306546
·
2012-10-09 13:00
ios
object
image
action
语言
Path
读取
NSBundle
下自己新建的文件夹下面的所有文件
NSArray*array=[[
NSBundle
mainBundle]pathsForResourcesOfType:@"jpg"inDirectory:@"image"];NSLog(@"array:
xwren362922604
·
2012-10-08 19:00
上一页
44
45
46
47
48
49
50
51
下一页
按字母分类:
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
其他