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
读取照片的Exif信息,这篇文章则是使用了ImageIO类来获取照片的信息
首先将ImageIO.framework导入项目中,然后导入头文件: Ios代码 #import 示例: Ios代码 NSURL *modelURL = [[
NSBundle
mainBundle
yu0089
·
2012-09-29 15:00
ios
null
照片
IOS读取plist资源文件
先看一下plist的文件结构也可以通过鼠标右键中的OpenAs-SourceCode查看到plist的另一种结构,和常用的xml差不多最后看看怎么读取plist资源文件
NSBundle
*bundle=[
qq5306546
·
2012-09-29 00:00
读取照片的信息
首先将ImageIO.framework导入项目中,然后导入头文件:#import示例:NSURL*modelURL=[[
NSBundle
mainBundle]URLForResource:@"rails.png"withExtension
jsntghf
·
2012-09-28 20:00
iPhone
IOS
Exif
读取照片的信息
首先将ImageIO.framework导入项目中,然后导入头文件:#import示例:NSURL*modelURL=[[
NSBundle
mainBundle]URLForResource:@"rails.png"withExtension
jsntghf
·
2012-09-28 20:00
iPhone
IOS
Exif
读取照片的信息
然后导入头文件: #import <ImageIO/ImageIO.h> 示例: NSURL *modelURL = [[
NSBundle
jsntghf
·
2012-09-28 20:00
ios
iPhone
Exif
读取照片的信息
然后导入头文件: #import <ImageIO/ImageIO.h> 示例: NSURL *modelURL = [[
NSBundle
jsntghf
·
2012-09-28 20:00
ios
iPhone
Exif
设置 Tab Bar Item属性
-(id)initWithNibName:(NSString *)nibName bundle:(
NSBundle
*)nibBundle { self = [super ini
mjrao
·
2012-09-27 19:29
tab
属性
item
Bar
设置 Tab Bar Item属性
-(id)initWithNibName:(NSString *)nibName bundle:(
NSBundle
*)nibBundle { self = [super ini
·
2012-09-27 19:29
tab
属性
item
Bar
设置 Tab Bar Item属性
-(id)initWithNibName:(NSString*)nibNamebundle:(
NSBundle
*)nibBundle { self=[superinitWithNibName:nibNamebun
lakeside
·
2012-09-27 19:00
tab
item
Bar
plist涉及到沙盒的一个问题
经过测试,当一个程序在执行的时候,比如叫Test.app的iOS程序,获得他的执行地址的代码是(比如找的是CFG.plist文件)
NSBundle
*bundle=[N
kut00
·
2012-09-27 14:00
ios
游戏
测试
存储
ios开发中会用到的工具
UIImage加载图片节省内存的方法不用[UIImageimageNamed:@"a.png"],用[UIImageimageWithContentsOfFile:[[[
NSBundle
mainBundle
xwren362922604
·
2012-09-23 01:00
UIVIEWCONTROLLER各个方法的加载顺序
UIViewController,不管调用哪个方法都为调用initWithNibName(方法定义如下)-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
theonezh
·
2012-09-21 15:00
asihttprequest上传文件
NSString*fileName=[[
NSBundle
mainBundle]pathForResource:@"test"ofType:@"jpg"];NSString*url=@"http://..
the_loong
·
2012-09-21 14:26
asihttprequest
传文件
mac&ios
asihttprequest上传文件
NSString *fileName = [[
NSBundle
mainBundle] pathForResource:@"test"ofType:@"jpg"]; NSString *url = @
the_loong
·
2012-09-21 14:26
ASIHTTPRequest
传文件
关于tableview的第一行需要自定义的时候可以用到section
UITableView*)tableViewviewForHeaderInSection:(NSInteger)section { if(section==0) { storeview=[[[
NSBundle
mainBundle
huanghuanghbc
·
2012-09-20 16:00
iPhone开发--AVAudionPlayer支持后台播放
-(void)viewDidLoad { NSURL*url=[NSURLfileURLWithPath:[[
NSBundle
mainBundle]pathForResource:@"in-
zcl369369
·
2012-09-16 16:00
iPhone 不能读取plist文件!?
代码很简单NSString * path = [[
NSBundle
mainBundle] pathForResource:@"resource" ofType:@"plist"]; self.resource
bhlzlx
·
2012-09-12 10:18
iPhone
plist
Cocoa编程
iPhone 不能读取plist文件!?
代码很简单 NSString * path = [[
NSBundle
mainBundle] pathForResource:@"resource" ofType:@"plist"];
bhlzlx
·
2012-09-12 10:18
iPhone
plist
UIImage初始化两种方式的比较
C的两种方式: UIImage *image1 = [UIImage imageWithContentsOfFile:[[
NSBundle
mainBundle] pathForResource:
lizhuang
·
2012-09-12 10:00
uiimage
NSBundle
介绍
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
lizhuang
·
2012-09-12 10:00
Bundle
IOS中plist的读写操作
从项目中读plist文件 NSString *path = [[
NSBundle
mainBundle] pathForResource:@"heji" ofType:@&
heji
·
2012-09-11 15:00
ios
读取文件内容&文件管理
1、从Resource中读取文件内容
NSBundle
*bundel=[
NSBundle
mainBundle]; NSString*filePath=[bundelpathForResource:@"txtfile"ofType
黑马007
·
2012-09-11 11:00
pathForResource
ios webView 加载pdf
NSString*path=[[
NSBundle
mainBundle]pathForResource:documentNameofType:@"pdf"]; NSURL*url=[NSURLfileURLWithPath
平凡简单
·
2012-09-09 22:00
ios
webView
改变背景 自适应高度
viewBackround=[[UIViewalloc]initWithFrame:frame];UIImage*imgBackground=[[UIImagealloc]initWithContentsOfFile:[[
NSBundle
mainBundle
scluojianying
·
2012-09-03 13:59
背景
frame
越狱开发之iOS设备中WiFi信号的开启与关闭
1.首先要在SpringBoard启动之后,我们要执行hook动作:NSString*identifier=[[
NSBundle
mainBundle]bundleIdentifier]; if([identifierisEqualToString
jinglijun
·
2012-09-01 23:00
plist存取数据
//获取文件路径 NSString *path = [[
NSBundle
mainBundle] pathForResource:@"user" ofType
G10A
·
2012-08-30 14:00
数据存取
UIViewController的一些使用总结
-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil;-(void)loadView;-(void)viewWillUnload
davidsph
·
2012-08-30 08:00
编程
mvc
function
iphone UIKit类得中文讲解1
1)
NsBundle
父类:NSObject框架:UIKit.framework支持:os2.0以后定义文件:NSNibLoading.h类的作用:这个类得方法提供支持将nib文件载入到你得应用程序中。
zhangkongzhongyun
·
2012-08-27 10:00
2.navigationController bar 与tabbar的hide
-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil{ self=[superinitWithNibName
iosxin
·
2012-08-27 10:57
ios
MAC bundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
seafit
·
2012-08-26 10:00
cocoa
File
Class
语言
Path
extension
Cocoa入门-objective-c的读书笔记3
2、使用包的方式是使用
NSBundle
类。
dongdongdongJL
·
2012-08-26 10:00
框架
cocoa
读书
iOS开发技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
jidiao
·
2012-08-24 11:00
ios
框架
object
action
Path
float
UIViewController各个方法的加载顺序
UIViewController,不管调用哪个方法都为调用initWithNibName(方法定义如下)-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
gf771115
·
2012-08-23 16:00
UIView
ios5
cocos2d或者iOS制作视频+虚列动画做游戏时候,视频播放和结束时顿闪问题解决方案
-(id)init{ //步骤一:初始化 NSString*filePath=[[
NSBundle
mainBundle] pathForResource
liuyuyefz
·
2012-08-22 18:00
ios
游戏
UI
object
url
在Xcode项目中读取plist文件
读取一般的plist文件实践证明,方法1比较靠谱方法1://取得文件路径...NSString*plistPath=[[
NSBundle
mainBundle]pathForRes
jinzhu117
·
2012-08-22 13:00
xml
list
xcode
OS
产品
Dictionary
NSBundle
详解
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
chengyingzhilian
·
2012-08-20 09:00
cocoa
image
Class
语言
Path
extension
UIImageView中使用gif
NSString *filePath = [[
NSBundle
mainBundle] pathForResource:@"1.gif" ofType:nil];
jsntghf
·
2012-08-17 19:00
ios
iPhone
gif
UIImageView中使用gif
NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"1.gif"ofType:nil];SCGIFImageView*gifImageView
jsntghf
·
2012-08-17 19:00
iPhone
IOS
GIF
UIImageView
UIImageView中使用gif
NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"1.gif"ofType:nil];SCGIFImageView*gifImageView
jsntghf
·
2012-08-17 19:00
iPhone
IOS
GIF
UIImageView
iOS (ProjectName-info.plist) (ProjectName-Prefix.pch) 解析
---->ProjectName-info.plist通过代码获取系统Pilst键值对:NSDictionary*dicAppInfo=[[
NSBundle
mainBundle]infoDictionary
ysy441088327
·
2012-08-15 14:00
ios
UIViewController各个方法的加载顺序
UIViewController,不管调用哪个方法都为调用initWithNibName(方法定义如下)-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
张志浩
·
2012-08-13 15:00
[IOS] iOS开发:小技巧积累
这样我们可以调用这个对象里的方法和变量:[(MyAppDelegate*)[[UIApplicationsharedApplication]delegate]MyMethodOrMyVariable];2、获得程序的主Bundle:
NSBundle
iaiai
·
2012-08-13 11:00
ios开发
UIViewController各个方法的加载顺序
UIViewController, 不管调用哪个方法都为调用initWithNibName(方法定义如下) - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
啸笑天
·
2012-08-11 00:00
controller
目录路径
==================================================================// 资源目录NSString *defaultDBPath=[[[
NSBundle
mainBundle
likendsl
·
2012-08-10 18:00
cache
Path
library
iOS通过iTunes search检测版本更新,并提示用户更新!
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary];
nong1209
·
2012-08-09 15:00
ios
application
search
Safari
encoding
UIWebView 显示本地html及引用资源
这种情况下只需要将html页面文件以及索引用到的资源(图片、声音等)都加入到bundle中,或者单独创建一个bundle,在需要的时候调用UIWebView的相关方法即可
NSBundle
*bundle
ouyangtianhan
·
2012-08-07 22:00
在程序中播放声音
首先在程序添加AudioToolbox:其次,在有播放声音方法的.m方法添加#import:#import接下来,播放声音的代码如下:NSString*path=[[
NSBundle
mainBundle
张志浩
·
2012-08-06 09:00
ios
获得程序的主Bundle
NSBundle
*bundle=[
NSBundle
mainBundle];Bundle可以理解成一种文件夹,其内容遵循特定的框架。
张志浩
·
2012-08-06 09:00
ios
IOS_API使用小记
webView中加载本地文档-(void)loadDocument:(NSString*)documentPathStrinView:(UIWebView*)webView { NSString*path=[[
NSBundle
mainBundle
山不在高有仙则名
·
2012-08-04 15:00
ios
NavigationBar
版本信息
屏幕尺寸
webView加载本地文档
继承UIView时使用xib文件布局的方法以及关键问题
使用如下: NSArray *nib = [[
NSBundle
mainBundle] loadNibNamed:@&qu
southking
·
2012-08-02 18:00
UIView
上一页
45
46
47
48
49
50
51
52
下一页
按字母分类:
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
其他