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简单国际化
Localizable.strings(一定是这个文件名),在右侧属性栏的Localization中勾选出你需要的语言3.这个方法放在全局中#defineNSLocalizedStringWithString(key)\[[
NSBundle
mainBundle
xiao孛
·
2015-12-02 13:00
iOS开发--UIWebview与H5之间的交互
下面介绍开发中的一些心得1:将HTML页面加载到UIWebview控件中:A:本地加载:NSString*webPath=[[
NSBundle
mainBundle]pathForResource:@“HelloWord"ofType
qq_25475307
·
2015-12-01 15:00
UIWebView
ios开发
H5
交互
读取本地json文件
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"card.json"ofType:nil]; NSData*jsonData=[
我爱觉觉
·
2015-12-01 10:00
UIViewController加载不出来/XIB加载不出来的问题总结
用storyBoard或是XIB创建界面时,创建语句应该包含[
NSBundle
mainbundle]或是bundle参数,并且应该指定identifier,不应该出现allocinit,否则在界面上设置的属性或是界面将无法显示
苍蓝残影
·
2015-11-30 14:42
经验之谈
沙盒模型
NSString*homeDirectory=NSHomeDirectory();NSLog(@"path:%@",homeDirectory);//应用程序路径NSString*appPath=[[
NSBundle
mainBundle
百合不是茶
·
2015-11-29 23:00
沙盒
沙盒模型
*homeDirectory=NSHomeDirectory(); NSLog(@"path:%@",homeDirectory); //应用程序路径 NSString*appPath=[[
NSBundle
mainBundle
百合不是茶
·
2015-11-29 23:00
沙盒
沙盒模型
NSString*homeDirectory=NSHomeDirectory();NSLog(@"path:%@",homeDirectory);//应用程序路径NSString*appPath=[[
NSBundle
mainBundle
百合不是茶
·
2015-11-29 23:00
沙盒
[置顶] iOS之App循环执行ViewDidLoad
App循环执行ViewDidLoadAPP运行,先跑init然后跑 - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil
LVXIANGAN
·
2015-11-27 11:00
点击按钮声音
#importstaticSystemSoundIDshake_sound_male_id=0;-(void)playSound{ NSString*path=[[
NSBundle
mainBundle
Baby_come_here
·
2015-11-26 14:00
按钮点击声音
pickerView 设置省市联动(原)
个人使用pickerView心得数据源来自plist文件-(void)initPlistArray{ NSString*path=[[
NSBundle
mainBundle]pathForResource
wwwwwwwwwwwwdi
·
2015-11-26 11:00
ios
pickerView
Excel文档数据转成Plist文件
第一,复制数据粘贴到一个.txt文本文档中第二,就是撸代码了比如,我需要导入的数据表有2列字段,name和barCode1//path 2NSString*path=[[
NSBundle
mainBundle
GeekStar
·
2015-11-25 21:00
uiwebview load date
-(void)viewDidLoad{[superviewDidLoad];[selfsetupUI];NSString*path=[[
NSBundle
mainBundle]pathForResource
cjckkk
·
2015-11-23 11:49
iOS
objective c实现配置文件+反射
1.先写plist配置文件 plist写到resouce里面去通过
NSBundle
把数据取plist读出来 2.通过NSClassFromString创建类NSClassFromStringNSSelectorFromString
韦韦韦
·
2015-11-21 15:00
iOS 制作Bundle
Cocoa提供了
NSBundle
类。2.bundle的优点:1.因为bundle在目录结构中的层次结构,一个bundle只包含资源文件。因此,你可以使用相
木夜溯
·
2015-11-20 17:41
iOS APP更新
我们发送请求实现更新其二:在需要的时候向appstore查询;先在工程里获得当前版本信息当前运行程序的版本信息,可以在mainBundle里面获取:具体步骤如下:1, NSDictionary*infoDict=[[
NSBundle
mainBundle
coral_xxd
·
2015-11-19 12:00
ios
APP更新
NSDate和UIImage 数据相互转化_数据库中只能存二进制数据
UIImageNSData->UIImageUIImage*aimage=[UIImageimageWithData:imageData];//例:从本地文件沙盒中取图片并转换为NSDataNSString*path=[[
NSBundle
mainBundle
qiuxuewei2012
·
2015-11-18 16:00
二进制
数据
iOS开发之Tom猫
UIImage*image=[UIImageimageNamed:imageName];不经常使用的,很大的资源用这个:NSString*path=[[
NSBundle
mainBundle]pathForResource
a191030148
·
2015-11-16 23:00
ios
TOM猫
iOS开发之在地图上绘制出你运行的轨迹
1 -(void) loadRoute 2 { 3 NSString* filePath = [[
NSBundle
·
2015-11-13 23:44
ios开发
加载xib文件的两种方式
一、加载xib文件的两种方式 1.方法一(NewsCell是xib文件的名称) NSArray *objects = [[
NSBundle
mainBundle] loadNibNamed:@"
·
2015-11-13 23:37
文件
【IOS开发】创建XML文件
- (void)viewDidLoad { [super viewDidLoad]; NSString *path = [[
NSBundle
mainBundle] pathForResource
·
2015-11-13 21:56
ios开发
NSBundle
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他
·
2015-11-13 21:44
Bundle
【IOS】 遍历info 所有内容 && 唯一的节能设备UUID
DeviceInfo::getIMIE() { #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) NSString*bunider = nil;
NSBundle
·
2015-11-13 16:59
uuid
UIView使用nib文件
NSArray * nib = [[
NSBundle
mainBundle] loadNibNamed:@"DishDetailTopView" owner:self options
·
2015-11-13 15:31
UIView
[[
NSBundle
mainBundle] pathForResource:@"name" ofType:@"type"] 找不到对应的文件解决方法
最近在使用[[
NSBundle
mainBundle] pathForResource:@"name" ofType:@"type"]时,找不到其对应的文件
·
2015-11-13 14:35
resource
UIView创建的两种方式
//通过xib创建
NSBundle
* bundle = [
NSBundle
mainBundle]; NSArray * arr = [bundle loadNibNamed
·
2015-11-13 14:02
UIView
浅谈
NSBundle
图片、xib等资源文件无法直接封入静态库,要想在静态库中使用他们,就必须借助于bundle 那么什么是bundle呢? 简单来说,bundle就是一个内部结构按照标准规则组织的特殊目录,即directory &nbs
·
2015-11-13 13:35
Bundle
oc 自定义UITableViewCell
1创建一个空的empty.xib并设置为freedom自由布局2创建一个继承成UITabelViewCell的类,并且绑定到empty.xib(必须)3使用
NSBundle
进行加载如下代码
NSBundle
大灰狼wow
·
2015-11-13 12:00
UIViewController的创建
UIViewController的创建(一种是使用xib的方式来创建(初始化方法:- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-11-13 12:07
controller
iOS xib的使用详解
1.File’s Owner为nil UIView *demo1 = [[[
NSBundle
mainBundle] loadNibNamed:@"demo1"
·
2015-11-13 12:31
ios
iOS获取应用程序信息,版本号,程序名等
转载▼ iOS获取应用程序信息 NSDictionary *infoDictionary = [[
NSBundle
mainBundle
·
2015-11-13 11:44
应用程序
iOS Json解析框架之MJExtension使用详解
Plist → 模型数组 控制器中引用#import "MJExtension.h" 模型数组 = [模型类名 objectArrayWithFilename: [[
NSBundle
·
2015-11-13 11:13
json解析
iOS 文件操作相关
1.拿到mainBundle下Photos文件夹的路径 NSString *photosDirectory = [[[
NSBundle
mainBundle] resourcePath] stringByAppendingPathComponent
·
2015-11-13 10:13
文件操作
xib文件的读取方法
方法1 NSArray *objs = [[
NSBundle
mainBundle] loadNibNamed:@"WNHAppView" owner:nil 
·
2015-11-13 10:18
文件
NSBundle
、UIImageView、uibutton
1、
NSBundle
一个
NSBundle
代表一个文件 夹,利用
NSBundle
能访问对应的文件 夹 利用mainBunle就可以访问软件资源包中的任何资源 模拟器应用程序的安装路径 /user
·
2015-11-13 10:16
imageview
加载自定义 cell 的 XIB 文件 的两种方式
自定义单元格如果是使用 IB 方式创建的,则需要手动加载,因为 XIB 上的 cell 不会自动加载 第一种:使用应用程序束 应用程序束
NSBundle
:获得工程中所有的资源的路径,相当于当前工程的目录
·
2015-11-13 10:21
cell
NSBundle
对应bundle,cocoa提供了类
NSBundle
. 我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别.
·
2015-11-13 09:55
Bundle
NSBundle
详解
首先了解一个概念,当app安装到手机或者模拟器上,整个项目会被打包成一个文件夹,如果需要在文件夹中寻找特定文件,在程序中则用到
NSBundle
[
NSBundle
mainBundle] 找到对应app
·
2015-11-13 08:34
Bundle
数据懒加载
NSArray *)roles { if (_roles == nil) { //获取数据文件 NSString *path = [[
NSBundle
·
2015-11-13 08:01
懒加载
加载ttf字体
static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ NSURL * url = [[
NSBundle
·
2015-11-13 08:32
加载
nib加载方式
Ø方法1 NSArray *objs = [[
NSBundle
mainBundle] loadNibNamed:@"WNHAppView" owner:nil options
·
2015-11-13 07:18
加载
手势(5)——利用GestureRecognizer
MJmainViewController ()@end@implementation MJmainViewController- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
·
2015-11-13 06:40
gesture
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自定义单元格以及注册写法
nbsp; 知识点代码: 1) xib上cell不会自动加载 ,应用程序束:获得工程中所有的资源的路径,获得指定的xib中所有的视图; NSArray * array = [[
NSBundle
·
2015-11-13 05:22
ios开发
iOS 版本更新检查
-------- #pragma mark -- 检测版本更新 -(void)onCheckVersion { NSDictionary *infoDic = [[
NSBundle
mainBundle
·
2015-11-13 05:57
ios
iOS.常用设计模式.01.单例模式
使用单例模式的类: UIApplication UIAccelerometer NSUserDefaults NSNotificationCenter NSFileManager
NSBundle
·
2015-11-13 03:07
设计模式
iOS开发之XML解析代码
iOS开发之XML解析代码 //1.加载和解析XML文件 NSString *path = [[
NSBundle
mainBundle] pathForResource:@"
·
2015-11-13 02:32
xml解析
(原创)iOS工程目录下添加目录
这样就能在程序中通过 1:[UIImage imagename:@"XXX.XXX"]; 或者 2:[UIImage imageWithContentsOfFile:[[
NSBundle
mainBundle
·
2015-11-13 01:39
ios
震动放声音
soundID; AudioServicesCreateSystemSoundID((__bridgeCFURLRef)[NSURLfileURLWithPath:[[
NSBundle
mainBundle
·
2015-11-13 01:27
iOS 设置铃声---加载音乐和音频然后进行播放
所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(NSURL *)url error:(NSError **)outError; url其实就是包地址,可以通过[[
NSBundle
mainBundle
·
2015-11-13 01:47
ios
plist文件的读取和
NSBundle
的使用
2.
NSBundle
的使用 1>
·
2015-11-13 00:56
Bundle
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
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
其他