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开发UI篇-xib的使用
在使用xib的时候,通过
NSBundle
加载xib文件loadNibNamed这个方法一直使程序崩溃。最后定位到,在xib文件里面使用的不是UIView控件,而是ViewController控件。
抢地主
·
2016-02-24 10:00
自定义UITableViewCell
4、用
NSBundle
加载5、设置自适应高度。
大灰狼wow
·
2016-02-24 10:00
app版本更新, 提醒
//调用检测版本更新的方法[selfcheckVersion];**检测软件是否需要升级*/-(void)checkVersion{//获取当前应用版本号NSDictionary*appInfo=[[
NSBundle
mainBundle
王誌傑
·
2016-02-23 15:35
iOS开发
18.UIImage选择正确的加载方式
UIImage*imag1=[UIImageimageNamed:@"image.png"]; //方法2 UIImage*image2=[UIImageimageWithContentsOfFile:[[
NSBundle
mainBundle
wangyanchang21
·
2016-02-22 11:00
uiimage
加载方式
image加载方式
iOS开发里的Bundle是个啥玩意?!
初学iOS开发的同学,不管是自己写的,还是粘贴的代码,或多或少都写过下面的代码 [[
NSBundle
mainBundle] pathForResource:@"someFileName" ofType
抢地主
·
2016-02-22 08:00
ios 通过代码添加控件
* appInfos; - (NSArray *)appInfos { if(_appInfos == nil) { //1.1 获取bundle
NSBundle
抢地主
·
2016-02-22 08:00
UIImage应用与内存管理
最常用的是下面两种: 1、用imageNamed函数[UIImageimageNamed:ImageName]; 2、用NSData的方式加载,例如: 1.NSString*filePath=[[
NSBundle
mainBundle
抢地主
·
2016-02-20 21:00
iOS8正确访问mainBundle和自定义Bundle中子文件夹资源文件
NSBundle
iOS8出来很久了,由于生意和工作的原因,一直没有仔细研究,最近空了下来,写一下最近碰到的一个小坑,希望对大家在
NSBundle
这一个东西上有所帮助,看清楚mainBundle中访问资源和自定义Bundle
aries4ever
·
2016-02-20 11:00
UI整理-----part3--UITableView
(2)通过 [[
NSBundle
mainBundle]pathForResource:@"myPlist"ofType:@"plist"]可以获取plist文件的存储路径 2.tableView基本知识
淼焱青春
·
2016-02-19 21:00
NSBundle
介绍
定义:bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
qiuxuewei2012
·
2016-02-19 10:00
Class
应用
iOS沙盒
一般存放着程序包⽂文件(可执⾏行⽂文件)、图⽚片、⾳音频、视频、plist⽂文件、sqlite数据库以及其他⽂文件iOS沙盒Bundle容器:只读;xxx.app(图片/可执行文件/Info.plist等)[[
NSBundle
mainbundle
zyfoolboy
·
2016-02-19 09:00
【代码笔记】翻书效果的实现
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-02-19 09:00
【代码笔记】翻书效果的实现
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-02-19 09:00
【代码笔记】翻书效果的实现
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-02-19 09:00
Could not find a storyboard named 'Main' in bundle
NSBundle
1、删掉工程中main.storyboard后要删除plist文件中对应的键值,否则会报如下错误:Couldnotfindastoryboardnamed‘Main’inbundle
NSBundle
2、
qiuxuewei2012
·
2016-02-18 13:00
application
bug
iOS学习笔记(十三)——获取手机信息(UIDevice、
NSBundle
、NSLocale)
那么通过那些api可以获取这些信息呢,iOS的SDK中提供了UIDevice,
NSBundle
,NSLocale。UIDevice UIDevice提供了多种属性、类函数及状态通知,帮助我
抓狂的ZXY
·
2016-02-18 13:00
【代码笔记】多张图片合成一张
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-02-18 09:00
【代码笔记】多张图片合成一张
@end @implementationRootViewController -(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
Livia.Chen
·
2016-02-18 09:00
【代码笔记】多张图片合成一张
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-02-18 09:00
app数据存储路径获取方法和沙盒结构分析
通过
NSBundle
获取路径获取.app文件路径//bundle路径 NSString*bundlePath=[
NSBundle
mainBundle].bundlePath; NSLog(@"%@"
羽若其
·
2016-02-17 22:00
iOS 显示gif图
CGRectMake(0,100,100,100)]; webView.scalesPageToFit=YES; [webViewloadData:[NSDatadataWithContentsOfFile:[[
NSBundle
mainBundle
记忆淡忘
·
2016-02-17 11:00
iOS app崩溃收集
swift代码有问题,捕捉不到问题MobClick.setCrashReportEnabled(true) MobClick.setLogEnabled(true) letversion:String=
NSBundle
.mainBundle
casun_li
·
2016-02-17 11:00
UITabBarController自定义二之xib
_customTabBar=[[[
NSBundle
mainBundle]loadNibNamed:@"
Emerys
·
2016-02-16 16:00
IOS,异常捕获信息上报
voidgetException(NSException*exception){ NSDictionary*dic=[[
NSBundle
mainBundle]infoDictionary]; CFShow
曹江涛
·
2016-02-16 10:00
UItableview里嵌套UIcollectionView的时候遇到的问题
nibmustcontainexactlyonetoplevelobjectwhichmustbeaUICollectionReuableView后来检查发现才知道自己的xib里有两个xib所以在ZYGroupTableViewCell*cell=[[
NSBundle
mainBundle
Ninesday
·
2016-02-15 15:00
iOS之UIImage性能
图片---------------------------- //读取本地图片 #defineLOADIMAGE(file,ext)[UIImageimageWithContentsOfFile:[[
NSBundle
mainBundle
LVXIANGAN
·
2016-02-14 09:00
NSBundle
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
微末凡尘12138
·
2016-02-13 21:00
使用Xib添加自定义View
UIView,2者同名2.设置UIView的File'sOwner——CustomClass为之前新建类3.设置Xib中View与类关联4.在实现文件中重写-(void)awakeFromNib{[[
NSBundle
mainBundle
SilentWalker
·
2016-02-12 15:00
获取图片路径为空的问题
_1.问题描述:_在使用NSString*path=[[
NSBundle
mainBundle]pathForResource:picNameofType:nil];方法获取图片绝对路径时,获取到路径为null
0小白0
·
2016-02-12 09:00
iOS 代码中获取info.plist文件对应的字典对象
// 获取 info.plist 配置文件对应的 字典对象 NSDictionary *info = [
NSBundle
mainBundle].infoDictionary;
quntion
·
2016-02-05 21:00
ios
info.plist
ios解析json
if(_helps==nil){ NSString*path=[[
NSBundle
mainBundle]pathForResource:@"help.json"ofType:nil]; NSData
xiaocaoera
·
2016-02-04 21:00
ios解析json
if(_helps==nil){ NSString*path=[[
NSBundle
mainBundle]pathForResource:@"help.json"ofType:nil]; NSData
xiaocaoera
·
2016-02-04 21:00
首页 、引导页、版本
通过kCFBundleVersionKey获取APP版本的versionkeyName通过[[[
NSBundle
manbundle]infoDictionary]objectForKey versionkeyName
jmhcool
·
2016-02-03 17:00
首页 、引导页、版本
通过kCFBundleVersionKey获取APP版本的versionkeyName通过[[[
NSBundle
manbundle]infoDictionary]objectForKey versionkeyName
jmhcool
·
2016-02-03 17:00
ios获取应用相关信息-版本号-version-build-
获取本地(当前)版本信息://获取应用的相关信息 [[
NSBundle
mainBundle] infoDic
程序猿-樱木花道
·
2016-02-02 14:00
version
Build
获取build
获取app的version
获取app的build
获取version
获取app的版本信息
蓝懿IOS学习音频播放
// 准备歌曲数据 NSString *path=[[
NSBundle
mainBundle] pathForResource:@"AlanWalker-Fade.mp3" ofType:nil
我姓李,住隔壁
·
2016-02-01 23:00
xib文件加载研究
用NSNib或者
NSBundle
方法加载xib文件的步骤如下:1、加载nib文件内容和referencedresource文件:对象数据(未解析)和关联的image或者sound文件加载入cocoaimagecache
qiqingnan
·
2016-02-01 16:00
【代码笔记】对UIView进行截图
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-02-01 09:00
iOS合并多个视频(Obj-c&Swift)
写在前面需求是把两个或多个小视频合并成一个视频合并效果为首尾相接,不是视频重叠当前代码为示例代码,只展示了合并两个视频文件,要实现多个视频文件合并为一个,需要改动代码0x01代码展示(Obj-c&Swift)//Obj-c-(void)combVideos{
NSBundle
LeeYZ
·
2016-01-31 02:40
[iOS]集成环信SDK然后运行时候crash了-[
NSBundle
initWithURL:]: nil URL argument'
Crash的reason是-[
NSBundle
initWithURL:]:nilURLargument'1.首先我是用cocoapods导入的环信的SDK。然后怎么运行怎么crash。
M_Lee
·
2016-01-29 15:00
Xcode7 模拟器安装app
在xcode7之前,模拟器上app的安装步骤都比较简单,直接将对应[
NSBundle
mainBundle]路径下的app拷贝,再放到对应的模拟器路径下即可。在xcode7之后,这个方法变得不可
紫色大番薯
·
2016-01-26 10:00
【代码笔记】读取一段文字
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-01-26 09:00
终端:Xcode模拟器上安装.app方法
实现获取自己Xcode生成的xxx.appsteps1:在工程didFinishLaunchingWithOptions:方法中打印bundle路径:NSLog(@"%@",[[
NSBundle
mainBundle
Hierarch_Lee
·
2016-01-25 23:00
APP
xcode
模拟器
【代码笔记】调用系统震动和声音
interfaceRootViewController()@end @implementationRootViewController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
fanqingtulv
·
2016-01-25 08:00
字典转模型 重写初始化方法
#pragmamark懒加载数据 -(NSArray*)dataArray{ if(nil==_dataArray){ //1.获取文件路径 NSString*path=[[
NSBundle
mainBundle
挨踢控
·
2016-01-24 16:00
【推荐】iOS汉字转拼音第三方库
POAPinyin等其他库要高,转换库也完整下面简单介绍 实现原理使用unicode_to_hanyu_pinyin.txt存储汉字编码相对应的拼音,以字典加载到内存中NSString*resourceName=[[
NSBundle
mainBundle
ForrestWoo
·
2016-01-22 03:00
一天一点xib:6该聊聊SB了
不能基于View),我们有多个VC的类是可以和一个SB文件建立关系的,使用方法:SecVC*secVC=[[UIStoryboardstoryboardWithName:@"Demo"bundle:[
NSBundle
main
二亮子
·
2016-01-22 00:08
用视频做启动页
-(void)showStartMedia{ NSString*path=[[
NSBundle
mainBundle]pathForResource:@"loadingVedio3"ofType:@
森code
·
2016-01-21 16:00
用视频做启动页
-(void)showStartMedia{ NSString*path=[[
NSBundle
mainBundle]pathForResource:@"loadingVedio3"ofType:@
森code
·
2016-01-21 16:00
NSURL访问项目中的文件
开始代码如下:NSString*path=[[
NSBundle
mainBundle]pathForResource:@"ddd"ofType:@"mp4"]; NSURL*url=[NSURLURLWithString
Nuius
·
2016-01-21 10:00
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他