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
加载ttf字体
dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ NSURL * url = [[NSBundle
mainBundle
·
2015-11-13 08:32
加载
nib加载方式
Ø方法1 NSArray *objs = [[NSBundle
mainBundle
] loadNibNamed:@"WNHAppView" owner:nil options
·
2015-11-13 07:18
加载
ios 加载本地html css文件 ps:css和html必须在同一文件夹下面
NSString *path = [[NSBundle
mainBundle
] bundlePath]; NSURL *baseURL = [NSURL fileURLWithPath:path
·
2015-11-13 06:27
html css
IOS开发--第二阶段--有关单元格的操作(3) xib自定义单元格以及注册写法
: 1) xib上cell不会自动加载 ,应用程序束:获得工程中所有的资源的路径,获得指定的xib中所有的视图; NSArray * array = [[NSBundle
mainBundle
·
2015-11-13 05:22
ios开发
iOS开发之XML解析代码
iOS开发之XML解析代码 //1.加载和解析XML文件 NSString *path = [[NSBundle
mainBundle
] pathForResource:@"
·
2015-11-13 02:32
xml解析
关于IOS数据操作方式详解(三)— Sqlite数据解析
// 打开数据库 NSString *fileDBName = [[NSBundle
mainBundle
] pathForResource:@"qi
·
2015-11-12 22:59
sqlite
自定义Cell
模仿新浪微博首页界面的自定义Cell 一、通过xib来自定义Cell 1.加载xib文件的两种方式 方法一:(newsCell是xib文件的名称) NSArray *objects = [[NSBundle
mainBundle
·
2015-11-12 22:14
cell
iOS如何取得APP的版本信息跟服务器对比进行升级提示?
关键是自动取版本信息: [NSString stringWithFormat:@"Version %@",[[NSBundle
mainBundle
] objectForInfoDictionaryKey
·
2015-11-12 20:47
ios
[IOS]Swift 遍历预制的本地资源文件
var ss:NSString = NSBundle.
mainBundle
().resourcePath!
·
2015-11-12 19:34
swift
加载本地html遇到的问题
我想当然的把文件夹拷到工程中,然后用以下方法加载: NSURL *url = [[NSBundle
mainBundle
] pathForResource:@"index" ofType
·
2015-11-12 17:04
html
从plist文件中读取数据 分类: UI 2014-09-19 16:01 14人阅读 评论(0) 收藏
readDataFromPlist{ //1.先获取文件路径 NSString * filePath = [[NSBundle
mainBundle
·
2015-11-12 17:14
plist
iOS 检查更新
checkUpdateWithAPPID:(NSString *)APPID 4 { 5 //获取当前应用版本号 6 NSDictionary *appInfo = [[NSBundle
mainBundle
·
2015-11-12 13:18
ios
XML解析(简单) 分类: UI 2014-09-19 16:02 16人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle
mainBundle
] pathForResource:@"
·
2015-11-12 13:41
xml解析
XML解析 SAX 分类: UI 2014-09-19 16:02 13人阅读 评论(0) 收藏
先获取解析的文件路径 NSString * xmlPath = [[NSBundle
mainBundle
] pathForResource:@"Person
·
2015-11-12 13:40
xml解析
XML解析 DOM(2) 分类: UI 2014-09-19 16:03 8人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle
mainBundle
] pathForResource:@"Person" ofType
·
2015-11-12 13:38
xml解析
JSON (系统解析) 分类: UI 2014-09-19 16:03 17人阅读 评论(0) 收藏
获取文件路径 NSString * jsonPath = [[NSBundle
mainBundle
] pathForResource:@"Student
·
2015-11-12 13:37
json
XML解析 DOM(2) 分类: UI 2014-09-19 16:03 21人阅读 评论(0) 收藏
获取解析文件路径 NSString * xmlPath = [[NSBundle
mainBundle
] pathForResource:@"Person" ofType
·
2015-11-12 13:37
xml解析
JSON (字符串解析) 字符串解析为数组 分类: UI 2014-09-19 16:03 19人阅读 评论(0) 收藏
1.获取文件路径 NSString * jsonPath = [[NSBundle
mainBundle
] pathForResource:@"Student" ofType
·
2015-11-12 13:36
json
JSON (data解析) data解析为数组 分类: UI 2014-09-19 16:03 9人阅读 评论(0) 收藏
获取文件路NSString * jsonPath = [[NSBundle
mainBundle
] pathForResource:@"Student" ofType:@"
·
2015-11-12 13:35
json
App调SDK时加判断
描述:当一个App嵌入一个SDK时,在SDK的调用方法中加判断 NSString *identifier = [[NSBundle
mainBundle
] bundleIdentifier
·
2015-11-11 18:59
APP
ios的app,有新版本时必须先更新。
// about App version NSDictionary *infoDictionary = [[NSBundle
mainBundle
] infoDictionary];
·
2015-11-11 14:58
ios
[iOS基础控件 - 3.5] NSBundle, UIImageView和UIButton的区别, 模拟器和文档
1.NSBundle 1> 一个NSBundle代表一个文件夹,利用NSBundle能访问对应的文件夹 2> 利用
mainBundle
就可以访问软件资源包中的任何资源 3> 模拟器应用程序的安装路径
·
2015-11-11 14:46
imageview
IOS 播放音频
-(void) playSound{ NSString *path = [[NSBundle
mainBundle
] pathForResource:@"in" ofType
·
2015-11-11 12:10
ios
IOS UIwebView加载本地文件(支持显示图片)
2,html代码中的图片路径一定要是相对路径 3,下面是用UIWebView调用本地文件的方法 方法一: NSString *filePath = [[NSBundle
mainBundle
·
2015-11-11 12:42
UIWebView
[iOS微博项目 - 1.7] - 版本新特性
: https://github.com/hellovoidworld/HVWWeibo 2.思路 [[NSBundle
mainBundle
·
2015-11-11 08:25
ios
iOS使用CoreImage处理图像40中可用的滤镜名称
NSString* localPath = [[NSBundle
mainBundle
] pathForResource:@"1" ofType:@"jpg
·
2015-11-11 06:40
image
iOS 用GDataXMLNode创建和解析XML
blog.csdn.net/gf771115/article/details/7718403 NSError *error; // NSString *path = [[NSBundle
mainBundle
·
2015-11-10 23:13
解析xml
[原]逆向iOS SDK -- _UIImageAtPath 的实现(SDK 6.1)
汇编代码: ; 状态:R0 = imageFileName, R1 =
mainBundle
, R2 = isRetina &
·
2015-11-09 11:43
uiimage
cocos2dx 不同平台上加载文件
在ios下,程序调用 CCSprite :: create ( "HelloWorld.png" ) ,函数最终会到
mainBundle
下查找文件。
·
2015-11-08 15:26
cocos2dx
IOS学习笔记(五)音频视频
AVFoundation.framework,然后使用 AVAudioPlayer类: AVAudioPlayer *audioplayer; NSString *filePath = [[NSBundle
mainBundle
·
2015-11-08 15:59
学习笔记
iPhone中如何从Application Bundle中读取文件
然后可以如下访问文件,假设文件为MyFile.txt: NSString *filePath = [[NSBundle
mainBundle
] pathForResource:@"MyFile
·
2015-11-08 13:24
application
NSBundle 的理解和
mainBundle
类方法详解
常看到类似的 NSString *file = [[NSBundle
mainBundle
] pathForResource:name ofType:nil]; 这样的代码,来产生 file
·
2015-11-08 12:10
Bundle
Xcode6和Xcode5获取app名字及国际化的不同
1.在Xcode5下,获取程序名字(app name)的方法为: NSString *proName = [[[NSBundle
mainBundle
] infoDictionary
·
2015-11-08 11:45
xcode
读取IOS的相应路径
// IOS相应路径 NSString* bundlePath = [[NSBundle
mainBundle
] bundlePath];  
·
2015-11-08 11:24
ios
MPMoviePlayerViewController不能播放本地mp4的解决办法.
MPMoviePlayerViewController的本地URL不能使用[NSURL urlStringFrom]这个方法.下面贴下正确代码 NSString *path1=[[NSBundle
mainBundle
·
2015-11-07 15:55
controller
关于@2x和@3x
NSString *path=[[NSBundle
mainBundle
] pathForResource:@"smallcat" ofType:@"png"];UIImage *image=[[UIImage
我爱觉觉
·
2015-11-06 15:00
iOS AVAudioPlayer 提示音
NSString *urlPath = [[NSBundle
mainBundle
] pathForResource:@"" ofType:@""]; NSURL
·
2015-11-02 18:23
play
IOS 表视图UITableView 束NSBundle
所以必须要熟练掌握 所获不多,对视图有了一个大概的了解 其中有用到NSBundle , 束 这个类 先说一下这个类,这个类大概看了一下,NSBundle说到底还是一个路径而已 [NSBundle
mainBundle
·
2015-11-02 18:35
UITableView
简单的引导页
nbsp; // 1.从Info.plist中取出版本号 NSString *version = [NSBundle
mainBundle
·
2015-11-02 17:37
简单
iOS开发:小技巧积累
;sharedApplication] delegate] MyMethodOrMyVariable]; 2、获得程序的主Bundle: NSBundle *bundle = [NSBundle
mainBundle
·
2015-11-02 13:59
ios开发
iOS 读取Json 代码
NSString* path = [[NSBundle
mainBundle
] pathForResource: @"Sandwiches"
·
2015-11-02 11:32
json
IOS7开发~NSAttributedString
从 NSBundle 中读取rtf文本文件的内容,然后用UITextView展示: NSURL *url = [[NSBundle
mainBundle
·
2015-11-01 14:16
attribute
NSLocalizedString
首先查看下NSLocalizedString是什么: #define NSLocalizedString(key, comment) \ [[NSBundle
mainBundle
]
·
2015-11-01 09:25
String
iOS学习笔记10 - Bundle和Info.plist
这时候就会用到如下的语句: NSString *path = [[NSBundle
mainBundle
] pathForResource:@"AddressFields" ofType
·
2015-11-01 08:48
Bundle
NSBundle 读取资源包中的文件
读取资源包descs.plist文件方法如下: NSBundle *bundle = [NSBundle
mainBundle
]; //创建bundle对象 NSString
·
2015-10-31 18:39
Bundle
iOS开发NSBundle、UIImageView和UIButton总结
1.NSBundle 1>一个NSBundle代表一个文件夹,利用NSBundle能访问对应的文件夹 2>利用
mainBundle
就可以访问软件资源包中的任何资源 3>模拟器应用程序的安装路径
·
2015-10-31 16:10
imageview
基本控件_UIImageView
》》》总结和UIImageView相关的调用方法 UIImage *imageLogo = [[UIImage alloc] initWithContentsOfFile:[[[NSBundle
mainBundle
·
2015-10-31 11:49
imageview
iOS获取应用程序名称的方法 application Name
NSBundle*bundle =[NSBundle
mainBundle
];NSDictionary*info =[bundle infoDictionary];NSString*prodName =
·
2015-10-31 10:30
application
【iOS系列】-xib封装使用
xib封装使用 Xib文件可以用来描述某一块局部的UI界面 Xib文件的加载 修改xib文件的大小size(Freeform) 第一: NSArray *objs = [[NSBundle
mainBundle
·
2015-10-31 09:44
ios
iPhone播放声音
NSString *path = [[NSBundle
mainBundle
] pathForResource:@"crunch" ofType:@"wav
·
2015-10-31 09:25
iPhone
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他