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开发零食
2目录管理 沙盒路径获得:[[
NSBundle
mainBundle] bundlePath]
·
2015-11-07 12:42
ios开发
关于@2x和@3x
NSString *path=[[
NSBundle
mainBundle] pathForResource:@"smallcat" ofType:@"png"];UIImage *image=[[UIImage
我爱觉觉
·
2015-11-06 15:00
UIImageView——IOS显示图片的利器
UIImage中建议使用:png和jpg格式的图片【1】创建一个图片对象NSString*path=[[
NSBundle
mainBundle]resourcePath]; //得到工程目录的路径NSString
Selina_Chan
·
2015-11-05 10:00
动画
图片
uiimage
UIImageView
载体
iOS实例化plist文件到数组中
@property(nonatomic,strong)NSArray*yourItems;-(NSArray*)yourItems{if(_yourItems){NSString*path=[[
NSBundle
mainBundle
Dlg_90
·
2015-11-05 09:39
ios开发
iOS UI 知识点
语句判断是否为空然后取路径从路径中取出数组(数组内容为字典)把字典转换成模型返回模型例子:-(NSMutableArray*)tgModels{if(_tgModels==nil){NSString*path=[[
NSBundle
mainBundle
CoyoteK
·
2015-11-04 22:58
iOS-OC
iOS AVAudioPlayer 提示音
NSString *urlPath = [[
NSBundle
mainBundle] pathForResource:@"" ofType:@""]; NSURL
·
2015-11-02 18:23
play
IOS 表视图UITableView 束
NSBundle
今天搞了一下表视图UITableView 表视图是在以后应用程序开发中经常用到的一个视图,所以必须要熟练掌握 所获不多,对视图有了一个大概的了解 其中有用到
NSBundle
, 束
·
2015-11-02 18:35
UITableView
简单的引导页
nbsp; // 1.从Info.plist中取出版本号 NSString *version = [
NSBundle
·
2015-11-02 17:37
简单
UIViewController
, bundle nibBundleOrNil:
NSBundle
!)
·
2015-11-02 17:43
controller
iOS开发:小技巧积累
MyAppDelegate*)[[UIApplication sharedApplication] delegate] MyMethodOrMyVariable]; 2、获得程序的主Bundle:
NSBundle
·
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
IOS自定义字体ttf格式的特殊字体
我们用以下代码来加载它: NSString *fontPath = [[
NSBundle
mainBundle] pathForResource:@"方
·
2015-11-01 13:48
ios
NSLocalizedString
首先查看下NSLocalizedString是什么: #define NSLocalizedString(key, comment) \ [[
NSBundle
mainBundle]
·
2015-11-01 09:25
String
iOS开发——网络编程OC篇&(九)数据解析
的解析经过很多爱好者的分析使用相同自带的还是最好的,不管是从使用的容易度还是性能方面 NSJSONSerialization 1 -(void)start 2 { 3 4 NSString* path = [[
NSBundle
·
2015-11-01 08:40
ios开发
iOS学习笔记10 - Bundle和Info.plist
这时候就会用到如下的语句: NSString *path = [[
NSBundle
mainBundle] pathForResource:@"AddressFields" ofType
·
2015-11-01 08:48
Bundle
UISlider/UISegmentedControl/UISetpper/UISwitch/UIProgressView/UIPageControl/UIImageView
BFASRootViewController ()@end@implementation BFASRootViewController-(id)initWithNibName:(NSString *)nibNameOrNilbundle:(
NSBundle
IT_ZGC
·
2015-10-31 19:00
音乐和音效的加载播放
所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(NSURL *)url error:(NSError **)outError; url其实就是包地址,可以通过[[
NSBundle
mainBundle
·
2015-10-31 18:42
音乐
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
obj-c--->JS通信及JS--->obj-c通信
一、obj-c--->JS通信 NSString *path = [[
NSBundle
mainBundle]
·
2015-10-31 11:17
js
ios构造和析构
super init....] dealloc中[super dealloc]却是放在最后的 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-10-31 11:21
ios
获取path的几种方式:NSFileManager NSHomeDirectory
NSBundle
//--------------------------------------------------------------------------------- NSFileManager *fileManager = [NSFileManager defaultManager]; NSString *homeDir= NSHomeDirectory();//获取AppHome目录 N
·
2015-10-31 10:54
Directory
NSBundle
Link URL:http://hi.baidu.com/xtianhe/blog/item/1f1bbe1cbd4c411f35fa41a6.html
NSBundle
的对象可以获取应用程序安装目录的附件
·
2015-10-31 10:13
Bundle
iOS获取应用程序名称的方法 application Name
NSBundle
*bundle =[
NSBundle
mainBundle];NSDictionary*info =[bundle infoDictionary];NSString*prodName =
·
2015-10-31 10:30
application
用
NSBUNDLE
自定义一个重复使用的TABLEVIEWCELL
ProductInfoTableViewCell *cell = (ProductInfoTableViewCell* )[tableView dequeueReusableCellWithIdentifier:kProductCellID]; //UITableViewCell *cell = [tableVie
·
2015-10-31 10:57
tableview
【iOS系列】-xib封装使用
【iOS系列】-xib封装使用 Xib文件可以用来描述某一块局部的UI界面 Xib文件的加载 修改xib文件的大小size(Freeform) 第一: NSArray *objs = [[
NSBundle
·
2015-10-31 09:44
ios
ios的UIImage的两种不同的图片加载方式 tom猫
对图片的处理是难免的;不同的处理方式会对内存有不同的影响; ************************************************************ a:图片格式及
NSBundle
·
2015-10-31 09:20
uiimage
关于对ios 目录路径的理解
在做百科时,遇到sqlite每次增删后,下次再启动时上一次记录还原,捣鼓了很久发现自己的对于目录路径有理论上的错误 解决方案:把.app里面的目录放到docement下,而不是每次通过
NSBundle
mainBundle
·
2015-10-31 09:39
ios
iPhone播放声音
NSString *path = [[
NSBundle
mainBundle] pathForResource:@"crunch" ofType:@"wav
·
2015-10-31 09:25
iPhone
app中获取应用名称,版本等信息的方法
读取的实例代码如下: NSDictionary* dict = [[
NSBundle
mainBundle] infoDictionary]; // 这个字典的获取很
·
2015-10-31 09:24
APP
NSBundle
的思考
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他
·
2015-10-31 09:59
Bundle
plist文件的读取和使用
1、通过
NSBundle
来读取文件,mainBundle获取的是该app所在的目录 [[
NSBundle
mainBundle] pathForResource:@"SysMessageRing
·
2015-10-31 09:05
plist
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[
NSBundle
mainBundle] pathForResource
·
2015-10-31 09:12
Bundle
iOS 如何在视图中添加一个用xib创建的view
NSArray *nib = [[
NSBundle
mainBundle]loadNibNamed:[pages objectAtIndex:0] owner:self options:nil]; /
·
2015-10-31 09:39
view
IOS开发学习笔记025-xib和storyboard
xib文件的使用,加载文件使用
NSBundle
·
2015-10-31 08:48
ios开发
NSBundle
的用法
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
·
2015-10-30 14:38
Bundle
iphone 制作播放器
代码如下: 2、播放音乐: -( void ) playMusic { @try { //取文件路径 NSString *musicFilePath = [[
NSBundle
·
2015-10-30 13:32
iPhone
UIImage加载图片的几种方式
2、NSString*picPath=[[
NSBundle
mainBundle]pathForResource:@"jpgPath"ofType:
lvdezhou
·
2015-10-30 10:00
ios
uiimage
UIImage加载图片
iOS学习之
NSBundle
介绍和使用
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle, cocoa提供了类
NSBundle
·
2015-10-30 10:39
Bundle
获取Bundle Identifier
implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; NSString *identifier=[[
NSBundle
走向未来
·
2015-10-29 14:00
Bundle
Identifier字符串
如何获取适合于当前屏幕分辨率的LaunchImage
NSString*viewOrientation=@"Portrait";//横屏请设置成@"Landscape"NSString*launchImage=nil;NSArray*imagesDict=[[[
NSBundle
mainBundle
toplee
·
2015-10-29 14:28
iOS 应用版本检测更新
dict_version=[[senderobjectFromJSONData]copy]; //获取用户安装当前客户端的版本号 NSDictionary*infoDictionary=[[
NSBundle
mainBundle
Aaidong
·
2015-10-29 09:00
iOS下PDF文件的浏览和涂鸦效果的简单实现
webview复制代码代码如下:-(void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[
NSBundle
mainBundle
念茜
·
2015-10-28 09:07
临时保存
NSString*name=[
NSBundle
mainBundle].infoDictionary[@"CFBundleName"];
pinklpig
·
2015-10-27 17:00
通过xib文件创建子控件
xib/nib文件可以通过
NSBundle
装载。得到的是一个N
·
2015-10-27 16:01
文件
webview加载本地html文件
将html文件加入工程, NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"html_test"ofType:@"html"]; NSString
jijiji000111
·
2015-10-27 14:00
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[
NSBundle
mainBundle] pathForResource
·
2015-10-27 14:28
Bundle
swift UIImage加载远程图片和圆角矩形
, inBundle bundle:
NSBundle
!, co
·
2015-10-27 11:39
uiimage
上一页
33
34
35
36
37
38
39
40
下一页
按字母分类:
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
其他