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数据操作方式详解(三)— Sqlite数据解析
// 打开数据库 NSString *fileDBName = [[
NSBundle
mainBundle] pathForResource:@"qi
·
2015-11-12 22:59
sqlite
自定义Cell
:模仿新浪微博首页界面的自定义Cell 一、通过xib来自定义Cell 1.加载xib文件的两种方式 方法一:(newsCell是xib文件的名称) NSArray *objects = [[
NSBundle
·
2015-11-12 22:14
cell
01-IOSCore - NSString、NSFileManager、
NSBundle
、StringAndObjectConvert
模型 1 将数据存储到硬盘,将硬盘上的数据在读回内存 2 文件存储: NSFileHandle 对文件的读写 NSData 二进制数据 NSString 表示文件路径 NSFileManager(对文件的操作创建、删除、改名、是不是文件夹) 【day0101_NSString】:NSString读取存储用法 NSString 路径用于表达文件的位置(/User/A
·
2015-11-12 22:53
NSString
iOS开发之字典数据建立模型步骤
if (nil == _questions) { //1.加载plist文件 NSArray *dictArray = [NSArray arrayWithContentsOfFile:[[
NSBundle
·
2015-11-12 20:42
ios开发
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
UIViewController各个方法的加载顺序
UIViewController, 不管调用哪个方法都为调用initWithNibName(方法定义如下) - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-11-12 18:40
controller
iOS学习笔记(3)单例模式应用案例
另外,NSFileManager和
NSBundle
类虽然属于Cocoa框架的内容,但也可以在Cocoa Touch框架中使用(Cocoa框架中的单例类有NSFileManager、
NSBundle
、NSWorkspace
·
2015-11-12 18:34
单例模式
加载本地html遇到的问题
我想当然的把文件夹拷到工程中,然后用以下方法加载: NSURL *url = [[
NSBundle
mainBundle] pathForResource:@"index" ofType
·
2015-11-12 17:04
html
viewDidLoad、viewWillAppear、viewWillDisappear
- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil viewDidLoad
·
2015-11-12 17:53
view
从plist文件中读取数据 分类: UI 2014-09-19 16:01 14人阅读 评论(0) 收藏
文件中读取数据- (void)readDataFromPlist{ //1.先获取文件路径 NSString * filePath = [[
NSBundle
·
2015-11-12 17:14
plist
实现在ios文件读写
你有没有觉得NSUserDefaults和
NSBundle
,plist这些玩意阴魂不散,有时候搞不清楚谁是谁。
·
2015-11-12 13:13
文件读写
iOS 检查更新
)checkUpdateWithAPPID:(NSString *)APPID 4 { 5 //获取当前应用版本号 6 NSDictionary *appInfo = [[
NSBundle
·
2015-11-12 13:18
ios
为viewController加入XIB文件
控件申明所属类 在需要加XIB文件的ViewController的M文件 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-11-12 13:25
controller
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
沙盒机制 分类: UI 2014-09-19 16:03 11人阅读 评论(0) 收藏
不能访问其他程序沙盒内的文件,对于该程序起到保护作用.沙盒内的文件夹:1.Documents:用来存储长久保存的数据2.XXXX.app程序的包,包含程序加载所需的所有资源(readONLY , 不可修改).平时使用的
NSBundle
·
2015-11-12 13:34
UI
iOS 整理笔记 获取手机信息(UIDevice、
NSBundle
、NSLocale)
那么通过那些api可以获取这些信息呢,iOS的SDK中提供了UIDevice,
NSBundle
,NSLocale。 U
·
2015-11-12 10:07
Bundle
App调SDK时加判断
描述:当一个App嵌入一个SDK时,在SDK的调用方法中加判断 NSString *identifier = [[
NSBundle
mainBundle] bundleIdentifier
·
2015-11-11 18:59
APP
逆向iOS SDK -- _UIImageAtPath 的实现(SDK 5.1)
537224442 伪代码(不精确,仅供参考): NSString* _UICacheNameForImageAtPath(NSString *imageName,
NSBundle
·
2015-11-11 18:26
uiimage
NSBundle
介绍
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上
·
2015-11-11 18:48
Bundle
ios – 使用UINib加载xib文件实现UITableViewCell
xib文件的加载过程: 1.将xib文件从磁盘载入内存,有两种技术可以加载xib文件:
NSBundle
和UINib。 2.执行unarchive和init
·
2015-11-11 17:00
UITableViewCell
ISO之plist读写操作
1、读取Info.plist(注意I是大写,并且这里大小写敏感,坑)NSString*infoplistPath=[[
NSBundle
mainBundle]pathForResource:@"Info"ofType
lvdezhou
·
2015-11-11 15:00
plist
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
·
2015-11-11 12:42
UIWebView
讲解iOS开发中对音效和音乐播放的简单实现
(2)音乐比如游戏中的“背景音乐”,一般播放时间较长框架:播放音频需要用到AVFoundation.framework框架二、音效的播放1.获得音效文件的路径复制代码代码如下:NSURL*url=[[
NSBundle
mainBundle
文顶顶
·
2015-11-11 09:49
[iOS微博项目 - 1.7] - 版本新特性
github: https://github.com/hellovoidworld/HVWWeibo 2.思路 [[
NSBundle
·
2015-11-11 08:25
ios
sqlite3_prepare_v2返回1
NSString *sqLiteDb = [[
NSBundle
mainBundle] pathForResource:@&quo
·
2015-11-11 08:36
sqlite3
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
·
2015-11-10 23:13
解析xml
UIViewController XIB/NIB加载过程
UIViewController中关于nib初始化的函数 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-11-10 23:03
controller
iOS高德地图常见问题
二种情况就是注册的key值有问题,应该重新注册一个key值,当注册的时候,填写bundleIdentifier的时候,最好是在程序中用[
NSBundle
mainBundle].bundleIdentifier
feng2qing
·
2015-11-10 22:00
ios
高德地图
.bundle的制作
bundle";并将图片拖入.bundle中2.将bundle拖到工程中3.使用图片注意:使用图片的时候不能直接用imageNamed的方法了是以下的方法: NSString*imagePath=[[
NSBundle
mainBundle
qq_27074387
·
2015-11-10 16:00
iOS获取当前版本号 Bundle Id等信息的方法
iOS中经常会遇到获取版本信息之类的问题,整理一小部分,如下:1:获取bundleId信息:[[
NSBundle
mainBundle]bundleIdentifier];2:获取版本号:[[[
NSBundle
mainBundle
布衣来者
·
2015-11-09 17:21
iOS开发总结
Mac中启动另一个程序并将窗口置于最前面
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 -(void)launchSoftWithBundleID:(NSString*)softPath {
NSBundle
*softBundle
bravegogo
·
2015-11-09 10:00
IOS播放音乐和音效
1.播放音效1.1首先获取到音效文件路径1NSString*path=[[
NSBundle
mainBundle]pathForResource:soundFileNameofType:nil];1.2将音效文件路径转换为
李亚杰
·
2015-11-08 19:00
IOS学习笔记(五)音频视频
在使用音频时需要引入AVFoundation.framework,然后使用 AVAudioPlayer类: AVAudioPlayer *audioplayer; NSString *filePath = [[
NSBundle
·
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
·
2015-11-07 15:55
controller
NSBundle
-- 思考:
NSBundle
--- bundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).
·
2015-11-07 13:38
Bundle
上一页
32
33
34
35
36
37
38
39
下一页
按字母分类:
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
其他