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
获取手机信息(UIDevice、NSLocale、
NSBundle
)
那么通过那些api可以获取这些信息呢,iOS的SDK中提供了UIDevice,
NSBundle
,NSLocale。UIDevice UIDevice提供了多种属性、类函数及状态通知,帮助我们全方
songchunmin_
·
2016-05-17 17:00
OC 创建和写入plist文件
//读取plist NSString*plistPath=[[
NSBundle
mainBundle]pathForResource:@"plistdemo"ofType:@"plist"]; NS
Aaidong
·
2016-05-12 10:00
文件读写
plist
StoryBoard 视图切换和传值
1UIStoryboard//根据StoryBoard名字获取StoryBoard +(UIStoryboard*)storyboardWithName:(NSString*)namebundle:(nullabßle
NSBundle
walkerwqp
·
2016-05-11 18:00
storyboard
视图切换和传值
iOS开发 - 音频相关
,提升整体用户体验2.音乐比如游戏中的『背景音乐』,一般播放时间较长播放音频可以使用框架:AVFoundation.framework二、音效的播放//1.获得音效文件的路径 NSURL*url=[[
NSBundle
mainBundle
yangmeng13930719363
·
2016-05-11 09:00
ios
ios开发
JSON解析-系统方法和第三方JSONKit的简单实用
一、JSON解析 系统自带方式 //1.获取路劲 NSString*fielPath=[[
NSBundle
mainBundle]pathForResource:@"Student.json"ofType
y_csdnblog_xx
·
2016-05-10 14:00
ios
iOS——JSON
一、JSON的使用//创建数组接收数据NSMutableArray*personArray=[NSMutableArrayarray];//文件路径NSString*path=[[
NSBundle
mainBundle
long_niu
·
2016-05-07 10:24
iOS
封装.a 静态库
创建bundle只需要将图片资源放入一个文件夹如:imageSource然后把后缀改成.bundle即可使用资源图片$
NSBundle
*imageSourceBundle = [
NSBundle
bundleWithPath
卓行天下
·
2016-05-06 13:55
图片
资源
文章
动态
文件夹
SWIFT中的单行代码
combine:+)验证在字符串中是否存在指定单词letwords="hello"lettweet="hello,thisisanexample"tweet.contains(words)读取文件letpath=
NSBundle
.mainBundle
iCandyss
·
2016-05-03 16:37
swift
SWIFT
Swift开发:解析xml文件案例
:@IBActionfuncReadXml(sender:AnyObject){ letparser=NSXMLParser(contentsOfURL:NSURL(fileURLWithPath:
NSBundle
.mainBundle
taoerit
·
2016-05-03 14:00
ios
xml
swift
tableView的编辑删除插入操作和UIAlertController的使用
dataArray#warning不要忘记实例化dataArray数组 _dataArray=[NSMutableArrayarray]; //1.路径 NSString*path=[[
NSBundle
mainBundle
u011146511
·
2016-05-01 22:00
iOS开发之 AVAudioPlayer音频播放
1、相关知识点播放音频可以使用框架AVFoundation.framework音效的播放//1.获得音效文件的路径NSURL*url=[[
NSBundle
mainBundle] URLForResource
sunnyboy9
·
2016-04-30 14:00
iOS NSFileManager文件属性读取与写入
二、文件属性的读取与修改2.1文件属性读取 NSString *strPath =[[
NSBundle
mainBundle] pathForResource:@"lomo.jpg" ofType
IamOkay
·
2016-04-30 08:00
iOS 获取版本号
NSString*key=@"CFBundleShortVersionString"; NSString*currentVersion=[
NSBundle
mainBundle].infoDictionary
qq_31942467
·
2016-04-29 12:00
iOS基础:获取资源文件的方法
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
gongwutianya
·
2016-04-26 19:00
ios
iOS 常用代码汇总(持续更新)
使用xib文件初始化UIView类//自定义UIViewNSArray *array=[[
NSBundle
mainBundle]loadNibNamed:@"MyView" owner:self options
xuexiiphone
·
2016-04-26 18:00
两步完成iOS App版本更新提示
id=//kAppId:在iTunesconnect上申请的APPIDNSString*appID;NSString*identifier=[[
NSBundle
mainBundle]bundleIdentifier
飞翔的小骑兵
·
2016-04-26 16:30
UIImage加载图片的方式以及Images.xcassets对于加载方法的影响
今天在学习iOS中的
NSBundle
的时候发现了一点小的问题,具体创建与介绍可参考荣芳志的专栏博客iOS学习之
NSBundle
介绍和使用,按照博主的步骤创建进行测试时没有问题的,但是当我把图片放在了
ABC__D
·
2016-04-26 14:00
ios
图片
uiimage
MJExtention 字典转模型的使用注意
MJExtention字典转模型的使用注意 NSString*path=[[
NSBundle
mainBundle]pathForResource:@"weibo.json"ofType:nil];
u011146511
·
2016-04-25 00:00
iOS开发 ☞ UIWebView
一、加载Xcode本地htmlNSString*path=[[
NSBundle
mainBundle]pathForResource:@"File"ofType:@"html"];NSURLRequest
magicZYJ
·
2016-04-24 23:00
html
ios开发
iOS基础:NSUrl常用方法
一、NSUrl//获得本地文件路径NSString *str=[[
NSBundle
mainBundle] pathForResource:@"爸比我要喝奶奶" ofType:@"mp3"];//将本地文件的路径转成
gongwutianya
·
2016-04-22 20:00
ios
音效SystemSoundID
音效的播放1.获得音效文件的路径NSURL*url=[[
NSBundle
mainBundle]URLForResource:@"m_03.wav"withExtension:nil];2.加载音效文件,
精神贵族养成中
·
2016-04-22 09:00
iOS 获得当前的版本号app等详解
NSDictionary *infoDictionary = [[
NSBundle
mainBundle] infoDictionary]; CFShow(infoDictionary); //
mazegong
·
2016-04-22 09:00
iOS Xcode 获取项目版本号
获取iOS项目中版本号Objective-C版NSString*Version=[[
NSBundle
mainBundle]objectForInfoDictionaryKey:@"CFBundleShortVersionString
u013892686
·
2016-04-21 21:00
ios
xcode
swift
launchImage 图片获取
NSString*viewOrientation=@"Portrait";//横屏请设置成@"Landscape"NSString*launchImage=nil;NSArray*imagesDict=[[[
NSBundle
mainBundle
工藤辞辞
·
2016-04-19 15:42
IOS plist读取写入
new_fileplistPropertyList.plist读取本地plistNSString*plistPath=[[
NSBundle
mainBundle]pathForResource:@"PropertyList"ofType
u014571132
·
2016-04-18 20:00
ios
plist
UITouch
interface VCRoot () @end @implementation VCRoot - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
阿元
·
2016-04-18 11:00
关于 AVPlayer的总结-1
首先AVPlayer是在AVFoundation/AVFoundation.h框架下,所以首先引入头文件#import-(void)prepareToPlay{ NSString*path=[[
NSBundle
mainBundle
ZhongLv_HoneyMoon
·
2016-04-17 22:00
ios
视频播放
IOS开发-读取xib文件
(1)通过
NSBundle
读取:NSArray*xibArray=[[
NSBundle
mainBundle]loadNibNamed:@"xibName"owner:niloptions:nil];(2
zhaolaoda2012
·
2016-04-16 11:00
ios开发
xib
nib
读取xib
Objective-C之
NSBundle
最近在做一个关于检测版本更新的功能,用到了
NSBundle
这个类,所以就想总结一下.一,什么是
NSBundle
苹果给出的解释是这样的:An
NSBundle
objectrepresentsalocationinthefilesystemthatgroupscodeandresourcesthatcanbeusedinaprogram.
NSBundle
objectslocateprogramresou
LXL_815520
·
2016-04-15 17:00
IOS读取项目中的plist
NSBundle
*bundle=[
NSBundle
mainBundle]; NSString*path=[bundlepathForResource:@"PropertyList"ofType:@"plist
zhaolaoda2012
·
2016-04-15 16:00
ios
Path
plist
iOS runtime字典转模型
//解析Plist文件 NSString*filePath=[[
NSBundle
mainBundle]pathForResource:
xin814
·
2016-04-14 17:00
ios
Runtime
模型
播放本地短音频和本地歌曲
播放音频,首先要导入框架#import1,播放短音频:(如简短提示音)//步骤:1,注册2,播放///*NSString*path=[[
NSBundle
mainBundle]pathForResource
CloverZhu
·
2016-04-12 20:32
iOS
iOS开发--实现功能
ios下获得文件的路径
获取本地工程里的资源文件的路径例如获得文件myfile.txt的路径NSString*path=[[
NSBundle
mainBundle]pathForResource:@"myfile"ofType:
想游泳的鱼
·
2016-04-12 15:43
iOS开发问题汇总
关于plist文件和
NSBundle
之间关系的一点心得
NSBundle
是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应
NSBundle
,cocoa提供了类
maiwc
·
2016-04-12 10:00
ios
plist
nsbundle
资源调用
Swift获取APP版本号,提示用户升级
获取当前版本号(版本号是字符串)letcurrentVersion=
NSBundle
.mainBundle().infoDictionary!
feng2qing
·
2016-04-11 23:00
swift
版本
版本升级
检测升级
[基础]MPMoviePlayerViewController实现MP4播放
-(void)viewDidLoad{ [superviewDidLoad]; NSString*url=[[
NSBundle
mainBund
Jeff_NJUT
·
2016-04-11 23:00
iOS 编码复习(十)——
NSBundle
文件与nib文件
@
NSBundle
包,是一种特定的文件类型,一个主要作用是获取Resources文件中的资源bundle是一个目录,其中包含了程序会使用的资源,这些资源包含了如图像、声音、编译好的代码、nib文件;cocoa
u012297622
·
2016-04-11 15:00
ios
文件
沙盒
关于[[
NSBundle
mainBundle] infoDictionary]里面的那些东西
然而我们需要在程序中,通过//获取当前版本号NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary];NSLog(@"%@",infoDic);
蠹囟狐狸
·
2016-04-09 17:59
版本
Swift编程中字符转为类,代码创建控件详解
下面就具体讲解这两个知识点 在使用类之前要先获得 命名空间通过json来获取 字符型的类名 然后创建类对象,这时候就要用到字符转类 // 从info字典中获取到 命名空间 转为字符型let NS =
NSBundle
.mainB
展示美好1
·
2016-04-06 20:56
知识点
required
空间
swift学习笔记:字符转为类,代码创建控件
下面就具体讲解这两个知识点 在使用类之前要先获得 命名空间通过json来获取 字符型的类名 然后创建类对象,这时候就要用到字符转类 // 从info字典中获取到 命名空间 转为字符型let NS =
NSBundle
.mainB
展示美好1
·
2016-04-06 20:07
required
知识
空间
swift基础教程:字符转为类,代码创建控件
下面就具体讲解这两个知识点 在使用类之前要先获得 命名空间通过json来获取 字符型的类名 然后创建类对象,这时候就要用到字符转类 // 从info字典中获取到 命名空间 转为字符型let NS =
NSBundle
.mainB
qq_32506555
·
2016-04-06 20:00
iOS开发 应用程序沙盒 SandBox
如下图SandBoxMyApp.app应用程序包,这里面存放应用程序的源文件//访问方式letbundlepath=
NSBundle
.mainBundle().bundlePath//比如该目录下有个6
小黑Swift
·
2016-04-06 00:41
iOS_后缀为gif的图片显示
1、使用ImageView显示gif,拖到项目,添加-fno-objc-arc使用方法:NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"
u012576807
·
2016-04-03 00:00
ios
图片
imageview
gif
OC中类的扩展
super viewDidLoad]; //读取项目文件中的文件 //创建一个NSString来接受项目文件中的info.plist文件 NSString *a = [[
NSBundle
LBBB
·
2016-03-31 20:00
IOS UI学习教程之区分
NSBundle
和NSURL(读取文件、写入文件)
本文实例为大家区分
NSBundle
和NSURL,具体实现内容如下在项目的工程中添加一个文件,本例程添加的是aa.txt,文件的内容为百度:www.baidu.com,现在要使用
NSBundle
和NSURL
jiwangbujiu
·
2016-03-31 17:15
iOS 多线程自己的理解
——1M,子线程——512K时间:基本可以忽略不计a.不可改变的对象,通常是线程安全的b.主线程负责处理响应事件线程安全的类和函数:NSArray,NSData,NSNumber.....非线程安全:
NSBundle
jeffasd
·
2016-03-31 13:00
iOS 检测新版本
-(void)checkAppUpdate { NSDictionary *infoDict = [[
NSBundle
mainBundle] infoDictionary];
wuc
·
2016-03-30 15:00
Object-C基础(15)——
NSBundle
与对象归档
NSBundle
NSBundle
:它也是用于进行资源访问的API,它主要用于访问项目内部的资源。
panjican
·
2016-03-28 12:00
Object-C
对象归档
使用动态图(GIF)
动态图-(void)loadingImageView{ //图片名 NSString*name=@"LN.GIF"; //获取路径 NSString*filePath=[[
NSBundle
bundleWithPath
codeIsMyGirl
·
2016-03-25 11:00
Wrong02-Could not find a storyboard named‘Main’in bundle
NSBundle
Xcode中删除新建项目的storyboard后,运行时会报错Couldnotfindastoryboardnamed‘Main’inbundle
NSBundle
解决方法:找到info.plist文件,
u013892686
·
2016-03-24 22:00
ios
xcode
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
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
其他