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
Goodhertz All Plugins Bundle for mac(声像套装插件) v3.3.0免激活版
GoodhertzAllPlugi
nsBundle
formac安装教
weixin_42560563
·
2020-07-29 12:37
IOS开发中提取MP3文件中的专辑信息和图片
下面简单的提取沙盒中的一个MP3文件来进行说明:NSString*path=[[
NSBundle
mainBundle]pathForResource:@"歌曲名"ofType:@"mp3"];NSURL
westke
·
2020-07-29 00:43
时机
,bundlenibBundleOrNil:
NSBundle
?){super.init(nibName:n
潜水100号
·
2020-07-28 22:06
SVProgressHUD报错Crash
错误图示```***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'***-[
NSBundle
initWithURL
Bryan_Dong
·
2020-07-28 19:54
iOS_服务端提供.pem公钥文件,对API RSA2加密的数据解析
#definePublicKeyFile[[
NSBundle
mainBundle]pathForResource:@"server_public"ofType:@"pem"]//使用公钥.pem文件对服务器
wahkim
·
2020-07-28 13:54
iOS-使用AudioServices实现连续响铃震动
interfaceViewController(){SystemSoundIDsound;}@end第二步,使用AudioServicesCreateSystemSoundID获取一个soundID:NSString*path=[[
NSBundle
mainBundle
_敏哥哥_
·
2020-07-28 12:51
iOS构建framework
注释掉,这个选项会使生成的结构变成在[
nsbundle
mainbundle]/framework/xxx.f
黄成
·
2020-07-28 00:04
iOS 个人总结
更新版本时,判断显示欢迎界面,和判断是否是第一次登录:NSString*presentVersion=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:
MissLu16
·
2020-07-27 20:31
iOS动态字体加载及坑
copy到bundle的方式)并不难,只需要在使用前动态加载就可以:+(void)loadCustomFont:(NSString*)fontFileName{NSString*fontPath=[[
NSBundle
MainBundle
Realank
·
2020-07-27 17:37
IOS 文件操作
4256C1D8-84BC-4F4C-A5A2-BCAAF8A83D2C/OTC_heartStick.app/pack_demo.txt//url读取是以file://开始的NSURL*urlDemo=[[
NSBundle
mainBundle
CoderLJW
·
2020-07-27 15:36
xcode国际化.strings
1、创建国际化.strings文件创建国际化.strings文件2、将国际化文件加入bundle中国际化文件存放于bundle中3、国际化文件的使用//1、获取当前项目的资源bundle+(
NSBundle
慧惠
·
2020-07-16 07:38
自定义时间选择器UIPickerView
使用方法:@property(nonatomic,assign)QLChangeTimeView*chooseTimeView;//时间选择视图_chooseTimeView=[[
NSBundle
mainBundle
清蘂翅膀的技术
·
2020-07-16 06:31
iOS 版本检测-版本升级提示
judgeAppVersionAndShowNoticeWithView:(UIViewController*)viewwithAppId:(NSString*)appId{NSString*currentVersion=[[[
NSBundle
mainBundle
路漫漫其修远兮Wzt
·
2020-07-16 02:37
imageWithContentsOfFile
if(iOS7){imgName=[imgNamestringByAppendingString:@"@2x.png"];}NSString*filePath=[[
NSBundle
mainBundle]
拳头vs板凳
·
2020-07-15 22:16
IOS文件系统与操作方式概括
Library和tmp参考:http://blog.csdn.net/totogo2010/article/details/76698372.App内的文件如app中用到的图片文件,plist文件等主要可用
NSBundle
casun_li
·
2020-07-15 21:42
Ios
Swift
iOS获取版本号以及应用名称
NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary];CFShow(infoDictionary);//app名称NSString
爱闹的凡
·
2020-07-15 12:19
数据解析之json解析
得到json文件,并且转换为data类型//step1:文件路径NSString*jsonPath=[[
NSBundle
mainBundle]pathForResource:@"MovieList"ofType
Zzzzzzz7
·
2020-07-15 07:50
AVPlayer获取视频尺寸
.*.mp4";NSURL*url=[NSURLURLWithString:path];//NSURL*url=[[
NSBundle
mainBundle]URLForResource
魔鬼分界线
·
2020-07-15 06:13
iOS开发小技巧(视频和音乐播放)
视频播放代码(添加MediaPlayer.framework和#import)-(void)playMovie:(NSString*)fileName{//视频文件路径NSString*path=[[
NSBundle
mainBundle
super_jz_tedu
·
2020-07-14 23:40
iOS网络开发
OC - 单例模式
二、单例的作用单例类在整个工程中只有一个实例对象节约内存易于管理多线程对它的访问三、常见的单例类UIApplicationNSFileManager
NSBundle
NSNotificationCenter
千山小畻
·
2020-07-14 15:44
xib控件在viewcontroller中位置错误
-(instancetype)initWithFrame:(CGRect)frame{self=[superinitWithFrame:frame];if(self){NSArray*array=[[
NSBundle
mainBundle
GF极客天涯
·
2020-07-14 12:24
创建控制器
控制器的创建通过storyboard//加载storyboard//storyboard文件名,不需要带后缀//nil:[
NSBundle
mainBundle]UIStoryboard*storyboard
Coder007
·
2020-07-14 12:55
字典转模型详解
第一级别加载plist文件,直接面对字典开发设置plist文件(死数据):plist文件加载plist以及面对字典开发://加载plist文件NSString*file=[[
NSBundle
mainBundle
木_木27
·
2020-07-14 11:48
Swift 通过字符串创建类
UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()letname="MainViewController"//动态获取命名空间letnamespace=
NSBundle
.mainBundle
Jt_Self
·
2020-07-14 10:06
Swift 如何根据字符串转换成控制器
首先我们先获取命名空间letnamespace=
NSBundle
.mainBundle().infoDictionary!["CFBundleExecutable"]as!
小行为
·
2020-07-14 08:28
Json本地解析
-(void)viewDidLoad{[superviewDidLoad];//1.获取文件的路径NSString*jsonFilePath=[[
NSBundle
mainBundle]pathForResource
JohnayXiao
·
2020-07-13 21:05
加载数据的一些方法----根据路径寻找
加载数据的一些方法----根据路径寻找1.获取项目路径①.获取应用程序包的根路径NSString*resourcePath=[[
NSBundle
mainBundle]resourcePath];②.图像路径
胡胡LoL
·
2020-07-13 10:38
iOS技巧之获取本机通讯录中的内容
中定义数组并在init方法中初始化NSMutableArray*addressBookTemp;-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
箫声_筱昇
·
2020-07-13 08:30
IOS-图片的四种加载方式
1本地加载1)直接加载UIImage*image1=[UIImageimageNamed:@"3.jpg"];```###2)资源包加载NSString*path1=[[
NSBundle
mainBundle
如风家的秘密
·
2020-07-12 21:35
开发中遇到的一些bug 记录(比较乱,未整理)
读取不了资源[
NSBundle
mainBundle]其获取的路径是你程序的安装路径下的资源文件位置。
_狗尾巴草
·
2020-07-12 15:40
iOS 播放本地音频
import-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{CFURLRefurlRef=(__bridgeCFURLRef)([[
NSBundle
mainBundle
曾柏超
·
2020-07-12 11:35
Xib
Xib文件//加载xib文件//Test.xib--编译-->Test.nib//方式1//NSArray*objs=[[
NSBundle
mainBundle]loadNibNamed:@"Test"owner
挖掘机
·
2020-07-12 08:06
Build 跟Version的区别
Info.plist的信息是想对应的Snip20161008_8.png我们打开Info.plistSnip20161008_9.png他们对应的关系Snip20161008_7.png代码获取他们Build[[
NSBundle
mainBundle
coder_hong
·
2020-07-12 05:43
UIView自定义注意点
xxxView.m和xxxView.xib三个文件PAChartView-xibxib:需要拖动IBOutlet引用界面元素xib:要用加载函数将界面资源加载进来,然后使用NSArray*nib=[[
NSBundle
mainBundle
老章888
·
2020-07-11 23:07
创建静态库和制作bundle
所需要的文件放在这里第三步:创建bundle,new-tagert第四步:生成好了bundle,注意选择ios第五步:文件中使用bundle里面的资源NSString*strResourcesBundle=[[
NSBundle
mainBundle
明月几时有81
·
2020-07-11 23:44
swift学习
false3.属性放在class外面4.方法都要加()5.XXasXX强制类型转换6.跳转letmainStoryboard=UIStoryboard(name:"你的storyboard名字",bundle:
NSBundle
.mainBundle
吴霸格07
·
2020-07-11 20:59
iOS通过iTunes search检测版本更新,并提示用户更新!
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary];
彳亍de孑孓
·
2020-07-11 13:54
APP检查版本更新
iOS开发
APP检查更新
如果添加的View“看不见”的处理
考虑用xib创建一个view,然后collection添加view,代码如下+(instancetype)cycleView{return[[[
NSBundle
mainBundle]loadNibNamed
一米押金
·
2020-07-11 10:52
iOS开发笔记——常用API方法
振动+声音//soundSystemSoundIDwSoundID;NSString*path=[[
NSBundle
mainBundle]pathForResource:@"Motion_Match"ofType
火狮
·
2020-07-11 09:51
(Swift下)ios8Controller关联xib
,bundlenibBundleOrNil:
NSBundle
?){letc
云智真人
·
2020-07-11 06:37
使用xib时 避免cell重用
//避免cell重用CLFaceInfoTableViewCell*faceInfoCell=[[[
NSBundle
mainBundle]loadNibNamed:NSStringFromClass([
牵着蜗牛散步Zz
·
2020-07-10 23:49
版本检测
获取当前版本NSDictionary*infoDic=[[
NSBundle
mainBundle]infoDictionary];CFShow(infoDic);NSString*appVersion=[
胖渣大橘子
·
2020-07-10 23:09
cell的自适应高度
heightForRowWithModel:(PhotoInfo*)photoInfo{//1.图片的高度//让图片等比例缩放//(1)获取图片UIImage*image=[UIImageimageWithContentsOfFile:[[
NSBundle
mainBundle
爱易寒曲易散
·
2020-07-10 21:17
iOS 如何加载本地html文件
很简单如下图所示-(void)loadLocalHtml{NSURL*url=[[
NSBundle
mainBundle]URLForResource:@"/sfa/html/index.html"withExtension
叫我龙哥
·
2020-07-10 20:42
iOS数据存储-UserDefaults(偏好设置存储)
不需要关心文件名快速进行键值对存储直接存储基本数据类型成功后会写入到library(preference)中删除NSUserDefaults所有记录//方法一NSString*appDomain=[[
NSBundle
mainBundle
翻这个墙
·
2020-07-10 16:31
ios获取文件内容
方法一://通过指定路径读取NSError*error=nil;NSString*filePath=[NSStringstringWithContentsOfFile:[[
NSBundle
mainBundle
KingOfOnePiece
·
2020-07-10 16:36
iOS开发
MWPhotoBrowser使用
CreatearrayofMWPhotoobjectsself.photos=[NSMutableArrayarray];//Addphotos[photosaddObject:[MWPhotophotoWithURL:[NSURLfileURLWithPath:[[
NSBundle
mainBundle
不规则先生
·
2020-07-10 12:08
iOS 读取本地Json文件
之前写过类似的方法今天写这个的目的是应对开发过程中面对服务端数据刚定下模型但是接口不通的情况下不耽误客户端开发进度+(id)getJsonDataJsonname:(NSString*)jsonname{NSString*path=[[
NSBundle
mainBundle
weixin_33682790
·
2020-07-10 07:20
多工程联编时,子工程如何获取工程内资源
使用多工程联编时,主工程中可以使用
NSBundle
获取该工程下的资源文件,例如图片、或者plist但是子工程使用
NSBundle
获取资源文件时,却报错说找不到该资源文件这时,就需要在主工程设置一些东西了选中工程的
YYT1992
·
2020-07-10 04:16
NSBundle
需要注意的
//加载plist数据NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"xxx"ofType:@"plist"];self.shops=[
___Samson
·
2020-07-10 03:17
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他