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系统framework也很多地方用到单例模式,例如 [NSUserDefaults standardUserDefaults], [
NSBundle
·
2015-10-26 15:39
单例模式
ios使用xib自定义view, 在storyboard使用。
,视图类名不能填,只匹配File'sOwner的CustomClass)3.自定义view中重写awakeFromNib方法-(void)awakeFromNib{ UIView*view=[[[
NSBundle
mainBundle
shenyingqiang
·
2015-10-25 17:00
ios
xib
播放wav聲音格式
playSoundWith:(int)index{ if(soundID){ AudioServicesDisposeSystemSoundID(soundID); } NSString*path=[[
NSBundle
mainBundle
助金
·
2015-10-24 18:00
IOS plist的运用
Array是数组 Dictionary字典,由键名和键值的对象
NSBundle
* bundle=[
NSBundle
mainBundle]; NSString * plistPath=
大灰狼wow
·
2015-10-24 10:00
IOS 之
NSBundle
使用
来源:http://blog.sina.com.cn/s/blog_b0c59541010151rd.html An
NSBundle
object represents a
·
2015-10-24 09:58
Bundle
关于[[
NSBundle
mainBundle] pathForResource:@"name"
http://blog.csdn.net/yangxuanlun/article/details/8938148
SoulJa
·
2015-10-23 15:00
用uiwebview打开pdf,word,excel
loadDocument:(NSString*)documentName inView:(UIWebView*)webView { NSString *path = [[
NSBundle
·
2015-10-23 08:51
UIWebView
用imageNamed加载图片产生的问题
NSString path = [[
NSBundle
mainBundle] pathForResou
·
2015-10-23 08:41
image
ios--django 图片上传
IOS客户端请求方法: NSData *data = [NSDatadataWithContentsOfFile:[[
NSBundle
mainBundle]
·
2015-10-22 21:47
django
ios 沙盒 文件枚举 写入文件操作
//1安装包目录
NSBundle
* bundle=[
NSBundle
mainBundle]; NSString *path=[bundle bundlePath];
大灰狼wow
·
2015-10-22 10:00
NSBundle
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
bundle之principal class
The code loading mechanism provided by the
NSBundle
class uses a bundle’s principal class
·
2015-10-21 13:38
Bundle
iOS 获取高速随机路径sandbox目录
//沙盒主目录 NSLog(@"%@", NSTemporaryDirectory());//砂箱tmp目录路径 NSLog(@"%@", [[
NSBundle
·
2015-10-21 12:32
ios
IOS文件系统和数据的永久性存储
中的文件系统和数据的永久性存储 目录 概述——对文件系统和数据的永久性存储的理解 IOS中数据的永久性存储 NSUserDefaults 解档和归档 数据库 文件系统
NSBundle
·
2015-10-21 11:20
文件系统
使用MPMoviePlayerController播放视频的总结
-(void)openMovie:(id)sender { NSString *path = [[
NSBundle
mainBundle] pathForResource:@"movie
·
2015-10-21 11:55
controller
iphone 异步获取图片
//mobile.51cto.com/iphone-281443.htm iPhone应用开发之学习点滴 iPhone应用开发中学习点滴是本文要介绍的内容,主要介绍了IPhone之
NSBundle
·
2015-10-21 11:27
iPhone
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 开发框架原始雏形 01
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil { self = [super
·
2015-10-21 11:40
开发框架
[转]ios错误大全
//大全 //读取数据库数据 -(void)movethesqlitefile{ NSString *sourcepath=[[
NSBundle
mainBundle
·
2015-10-21 11:24
ios
plist涉及到沙盒的一个问题
经过测试,当一个程序在执行的时候,比如叫 Test.app 的iOS程序,获得他的执行地址的代码是(比如找的是CFG.plist文件)
NSBundle
*bundle = [ NSBu
·
2015-10-21 11:13
plist
【原】UIWebView加载本地pdf、doc等文件
//加载本地pdf到webview - (void) loadDocument:(NSString *)docName{ NSString *path = [[
NSBundle
·
2015-10-21 11:12
UIWebView
NSBundle
介绍
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其
·
2015-10-21 11:46
Bundle
处理iOS设备的屏幕旋转
下面是代码: 1 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNi
·
2015-10-21 10:42
ios
【iOS开发笔记21/50】获取应用程序的名称和版本号
NSDictionary* infoDict =[[
NSBundle
mainBundle] infoDictionary];NSString* versionNum =[infoDict objectForKey
·
2015-10-21 10:53
ios开发
UIWebView的使用小结
方法一://访问本地htmlNSString*htmlFile=[[
NSBundle
mainBundle]pathForResource:@"home_page"ofType:@"html"];NSString
寒桥
·
2015-10-20 17:29
iOS开发中对文件目录的访问及管理的基本方法小结
还有一种就是需要指定文件路径的:需要用到
NSBundle
.复制代码代码如下:[[
NSBundle
mainBundle]resourcePath],这个就是程序的打包后的路径。如
doctorhsly
·
2015-10-20 09:47
Swift 读取本地json文件时的异常捕获(try catch)的使用
Swift读取本地json文件时的异常捕获(trycatch)的使用//1.获取文件路径letpath=
NSBundle
.mainBundle().pathForResource("xxx.json",
青苹果园
·
2015-10-20 01:32
iOS那些事
iOS 设置项目的version和build号
和build号Version:1.0.1Build:1.0.11,Version是显示对外的版本号,(itunesconect和Appstore用户可以看到)对应O-C中获取version的值:[[[
NSBundle
xiaohe901216
·
2015-10-19 10:00
ios
ios开发
获取图片属性的方法
NSString*path=[[[
NSBundle
mainBundle]resourcePath]stringByAppendingPathComponent:@"pic.JPG"]; UIImage
jsntghf
·
2015-10-18 20:00
ios
iPhone
CGImageSource
iOS如何获取资源文件
1、获取APP根目录:[
NSBundle
mainBundle]2、获取目录下的指定类型的文件,返回的是该文件的路径:NSString *path = [[
NSBundle
mainBundle] pathForResource
动态灵犀
·
2015-10-16 23:00
nsbundle
iOS每日一记——————一些常用的小技巧(一)
将plist文件中的数据赋给数组NSString*thePath=[[
NSBundle
mainBundle]pathForResource:@"States"ofType:@"plist"];NSArray
qq_26359763
·
2015-10-16 10:00
ios
【iOS】Xib的使用与File'Owner总结
描述的是比较大型的,大范围.适合描述界面跳转等.二、XIB的使用Xib是小范围的的,是轻量级的.比较适合描述小块的界面.创建xib:新建界面里面userinterface--》empty.加载xib:[
NSBundle
mainBudle
xinzhou201
·
2015-10-14 19:00
NSBundle
ios中去访问应用自身的资源文件可以使用
NSBundle
。
qq909157370
·
2015-10-12 10:00
ios
实现应用管理 (MVC ,xib,懒加载)
import"ZYApp.h" @implementationZYApp //封装数据 +(NSArray*)apps { return[NSArrayarrayWithContentsOfFile:[[
NSBundle
mainBundle
yi_zz32
·
2015-10-11 00:00
mvc
iOS开发 正确选择图片加载方式
imag1 = [UIImage imageNamed:@"image.png"]; //方法2 UIImage *image2 = [UIImage imageWithContentsOfFile:[[
NSBundle
Bruce__Liu
·
2015-10-09 17:00
ios开发
内存优化
图片加载
UIImage 类说明
+(UIImage*)imageNamed:(NSString*)name inBundle:(
NSBundle
*)bundle compatibleWithTraitCollection:(UITraitCollection
pestle
·
2015-10-09 10:00
如何解析本地文件(iOS学习)
//首先本地有个json文件,名为Data.json,然后给解析创建一个setData方法-(void)setData{//1.获取文件路径NSString*filePath=[[
NSBundle
mainBundle
ITer_hua
·
2015-10-09 10:00
UI之
NSBundle
NSBundle
:官方文档解释:An
NSBundle
objectrepresentsalocationinthefilesystemthatgroupscode andresourcesthatcanbeusedinaprogram.
NSBundle
objectslocateprogramresources
少卿
·
2015-10-08 22:00
使用UINib加载xib文件实现UITableViewCell
xib文件的加载过程: 1.将xib文件从磁盘载入内存,有两种技术可以加载xib文件:
NSBundle
和UINib。
jna_114
·
2015-10-08 12:45
从xib中加载单元格的方式
iOS 获取内购凭据
//Loadthereceiptfromtheappbundle.NSURL*receiptURL=[[
NSBundle
mainBundle]appStoreReceiptURL];NSData*receipt
czxghostyueqiu
·
2015-10-08 11:30
iOS
UIController子类控件 UI_06
对象及为其加载图片 //第一种方式// UIImage*image=[UIImageimageNamed:@"1.JPG"]; 第二种方式 通过图片的路径加载图片 通过应用程序包找出图片
NSBundle
qq_31810357
·
2015-10-08 09:00
plish文件的读取(
NSBundle
)
plish文件一般放置于
NSBundle
当前路径是开发者电脑的文件全路径,而以后应用程序编译生成发布之后,是在iPhone上运行,也就意味着它应该去查找iPhone上德plist文件的全路径
NSBundle
yi_zz32
·
2015-10-08 00:00
应用
objective-c I/O
NSFileManager: 管理文件和目录,创建删除移动复制文件,NSFileHandle: 读取文件内容NSURL: 读取网络资源
NSBundle
:
qq909157370
·
2015-10-07 17:00
Objective-C
深入理解 [
NSBundle
mainBundle]
转自: http://www.cnblogs.com/iihe602/archive/2013/01/17/2865280.html1、[
NSBundle
mainBundle],文件夹其实是Group,
hemeinvyiqiluoben
·
2015-10-03 20:00
iOS开发里的Bundle是个啥玩意?!
www.cnblogs.com/BigPolarBear/archive/2012/03/28/2421802.html初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[
NSBundle
hemeinvyiqiluoben
·
2015-10-03 18:00
iOS-单例设计模式
例如UIApplication,UIAccelerometer,NSUserDefaults,NSNotificationCenter,NSFileManger,
NSBundle
这些都是单例类的典型代表
WCCW
·
2015-09-29 17:00
Bundle作用及使用方法
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
liyanq528
·
2015-09-29 15:00
上一页
34
35
36
37
38
39
40
41
下一页
按字母分类:
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
其他