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
iosUIView动画>汤姆猫>图片内存优化
就会被销毁...NSString*imgName=[NSStringstringWithFormate:@"%@_%02d.jpg",picName,i];获取图片的完整路径NSString*path=[
NSBundle
mainBundle
Dayu大鱼
·
2022-02-20 00:16
6、无模型,不3D,玩转obj加载 - ANTObjModel
obj模型的使用方法:NSString*path=[[
NSBundle
mainBundle]pathForResource:@"shitou_01"ofType:@"obj"];ANTObjModel*
ARVRSchool
·
2022-02-19 15:49
ios 数据持久化
NSString*path=[[
NSBundle
mainBundle]bundlePath];/Documents:最常用的目录,iTunes同步该应用时会同步此文件夹中的内容,适合存储重
奋斗吧_程序猿
·
2022-02-19 08:45
iOS视频播放
AVPlayer赋值给控制器自带的player4、跳转到控制器播放注意:使用控制器播放需要再导入一个AVKit框架#import#import-(void)demo{//本地视频//NSURL*url=[[
NSBundle
mainBundle
王zuozuo
·
2022-02-17 08:22
网络数据常用解决方案
或者使用http://tool.oschina.net/codeformat/json工具//1、拿到路径NSString*path=[[
NSBundle
mainBundle]pathForResource
Mr丶炎
·
2022-02-17 04:38
iOS视频封面中间原图,背景模糊效果实现
一.视频封面中间原图,背景模糊效果实现方法(用到的方法在文章最后)-(void)portraitBtnClick:(id)sender{//0.获取竖屏视频NSString*vedioPath=[[
NSBundle
mainBundle
Bobo_Ma
·
2022-02-16 17:56
苹果开发中的一些小技术
本次公司OA开发中使用了一些小技巧1、删除NSUserDefaults所有记录//方法一NSString*appDomain=[[
NSBundle
mainBundle]bundleIdentifier]
宇立
·
2022-02-15 05:37
UIWebView加载本地pdf、doc等文件
//加载本地pdf到webview-(void)loadDocument:(NSString*)docName{NSString*path=[[
NSBundle
mainBundle]pathForResource
小丑余
·
2022-02-13 17:18
Could not find a storyboard named 'Main' in bundle
NSBundle
我是把下面的文件都放在新建的文件夹下屏幕快照2017-11-21上午11.59.24.png首先报错plist路径不对,改改就好了。再就是报错entrypoint(_main)undefined.forarchitecturex86_64因为移动了文件,这些文件没加到BuildPhases-->CompileSources屏幕快照2017-11-21下午12.02.50.png这样就好最重要就是这
i诺离
·
2022-02-13 09:37
Run script only when installing
问题:MJRefresh的文案没有正确显示,如下图.文案没有正确显示.png找问题发现Resource是存在的.Resources.png跟踪代码,
NSBundle
+MJRefresh.m发现bundle
abc鱼
·
2022-02-12 23:36
iOS下JS与OC互相调用
WKWebViewself.webView=[[WKWebViewalloc]initWithFrame:self.view.frameconfiguration:configuration];NSString*urlStr=[[
NSBundle
mainBundle
冰宫无凉
·
2022-02-09 02:52
iOS UIWebView 之JS交互
通过JavaScriptCore实现OC与JS的交互1OC调用JSNSString*versionCodeStr=[[[
NSBundle
mainBundle]infoDictionary]objectForKey
点滴86
·
2022-02-06 11:22
object-c 读取本地index.html文件
.//2.filePath为本地index的地址NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"index"ofType:@"html"
小倩zyq
·
2022-02-05 02:28
【iOS】获取设备的信息及唯一标识
1.获取设备信息1.1使用[UIDevicecurrentDevice]获取当前设备的一些信息(手机名称及系统版本等);1.2使用[[
NSBundle
mainBundle]infoDictionary]
HoyaWhite
·
2022-02-03 13:10
2018年度英文字体包(含Mac字体安装教程)
2018KADesig
nsBundle
英文字体包含90多种不同的字体文件和2个水彩元素包,每个字体文件含有OTF&TTF两种字体类型,非常值得入手。喜欢的朋友快来下载这套2018最佳英文字体包吧!
希希的莫斯呱
·
2022-02-03 03:20
20年目睹之怪bug
切换到release环境下,100%的复现的bug定位到问题在YYImage*image=[YYImageimageNamed:@"qfloading.gif"];里path=[[
NSBundle
mainBundle
携一两本单色书来
·
2022-01-27 16:05
AVAudioPlayer 播放扬声器没有声音解决方法
在开发的过程中发现用以下方法播放,扬声器没有声音:NSString*filePath=[[[
NSBundle
mainBundle]bundlePath]stringByAppendingString:@
yuebiubiu
·
2021-12-28 16:28
iOS openvc2 将图片转换为Mat类型
,由于涉及到ncnn库的使用,所以需要使用Mat图片类型项目需要导入openvc2.framework下载地址//导入头文件//#import//获取图片路径NSString*imagePath=[[
NSBundle
mainBundle
简书弧线
·
2021-08-20 17:31
storyboard 并不能随便删
————————————————————————————在视频中老师讲了另外一种xib的加载方式,通过从资源包bundle进行加载,代码是:/**xib加载*NSArray*ary=[[
NSBundle
mainBundle
SimonRi
·
2021-06-27 13:19
xib
ViewControllers*view=[[[
NSBundle
mainBundle]loadNibNamed:@"ViewControllers"owner:selfoptions:nil]lastObject
加嘞个油seek
·
2021-06-27 06:23
IOS开发小记
文件双击加入钥匙串后导出一份cer-项目:将对应的cer文件放置在文件中,并在网络请求的方法中添加以下代码+(AFSecurityPolicy*)customSecurityPolicy{NSString*cerPath=[[
NSBundle
mainBundle
西蜀
·
2021-06-25 19:04
iOS 使用OpenSSL 读取P12证书信息
密码:1234563、引入相关的头文件:#import#import#import#import4、读取p12证书相关信息:-(void)readP12Info{NSString*filePath=[[
NSBundle
mainBundle
墨香茉香
·
2021-06-24 17:33
SeetaFace6 iOS端接入
初始化std::stringbuddle=[[[
NSBundle
mainBundle]resourcePath]UTF8String];seeta::ModelSettingFD_model(buddle
Remover
·
2021-06-23 09:32
excel内容数据存储为.plist文件
NSURL*path=[[
NSBundle
mainBundle]URLForResource:@"city"withExtension:@"txt"];NSString*contents=[[NS
wahkim
·
2021-06-21 17:28
模型2
可以检测数据的真实类型模型应该可以传入字典的构造方法前缀可以区数据类型-(NSArray*)shops{if(_shops==nil){//加载一个字典数组NSArray*dictArray=[NSArrayarrayWithContentsOfFile:[[
NSBundle
mainBundle
挖掘机
·
2021-06-21 08:41
- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(
NSBundle
*)nibBundleOrNil
-(instancetype)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNil{if(self=[superinitWithNibName
鄂北
·
2021-06-21 05:53
2018-03-20
Viewframe布局无效-(instancetype)initWithFrame:(CGRect)frame{self=[superinitWithFrame:frame];if(self){self=[[[
NSBundle
mainBundle
ylq
·
2021-06-20 14:35
UINavigationController要点合集
self.navigationItem.rightBarButtonItemsetTintColor:[UIColorblackColor]];2.当遇见该弹出或者推出窗口的时候没有动静反应,或者控制台输出
NSBundle
张俊凯
·
2021-06-19 23:18
iOS 将excel转换成多个plist文件
[email protected]
@2x.png代码在此-(void)createPlist{NSString*countriesPath=[[
NSBundle
mainBundle
JohnayXiao
·
2021-06-19 16:04
iOS json解析失精度
Podfile添加#JSONModelpod'JSONModel'NSError*error;//获取文件路径NSString*filePath=[[
NSBundle
mainBundle]pathForResource
时之谷
·
2021-06-19 12:21
iOS 小知识点
这个方法加载完图片后,图片会驻留内存,坏处:占用内处,好处:调用速度很快imageWithContentsOfFile:这个方法当图片用完后回释放内存,好处:不占用内存,性能比较好,坏处:速度慢.2.
NSBundle
1
_浅墨_
·
2021-06-14 18:09
dispatch_semaphore_t 信号量 简单控制
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"ImageUrlPList"ofType:@"plist"];NSDictionary*imageDic
Etoaer
·
2021-06-14 04:22
iOS上加载显示pdf文件
-(void)loadDocument:(NSString*)documentNameinView:(UIWebView*)webView{NSString*path=[[
NSBundle
mainBundle
笨鸟晚飞
·
2021-06-14 04:27
iOS中一些经常用到的代码封装以及拦截push操作
interfaceSGNavigationController()@end@implementationSGNavigationController-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
i得深刻方得S
·
2021-06-11 22:25
Lazy loading
NSBundle
MobileCoreServices.framework
D8E6B64F-4C1F-4282-AB5E-60B3B1B5FEA4.png这个appdelegateA8E58DF5-E7EA-48A5-9B40-91A6A1D24ED8.png我屏蔽的代码是SB作为RootVC屏蔽控制台就打印第一张图片不屏蔽就好了https://stackoverflow.com/questions/46439892/why-i-am-getting-lazy-load
阿兹尔
·
2021-06-11 21:06
swift读取和写入plist文件
vardiaryList:String=
NSBundle
.mainBundle().pathForResource("DiaryList",ofType:"plist")vardata:NSMutableDictionary
hou_8
·
2021-06-11 17:41
Cocoa -- 添加和移除开机启动项
launchFolder=[NSStringstringWithFormat:@"%@/Library/LaunchAgents",NSHomeDirectory()];NSString*boundleID=[[
NSBundle
mainBundle
清蘂翅膀的技术
·
2021-06-11 08:44
PNG与iOS优化选项
不知道大家有没有发现在从本地读取png图片的时候data与原数据不一样,读取如下:NSString*path=[[
NSBundle
mainBundle]pathForResource:@"11"ofType
hao_da_da
·
2021-06-11 07:42
获取当前系统语言
iOS中获取语言、地区的几种方法:NSString*preferredLanguage=[[[
NSBundle
mainBundle]preferredLocalizations]firstObject]
古月思吉
·
2021-06-11 04:08
使用SDWebImage加载Gif
'''UIImageView*bgImageView=[[UIImageViewalloc]init];NSString*path=[[
NSBundle
mainBundle]pathForResource
Arackboss
·
2021-06-11 03:44
利用FFmpeg按视频关键帧精准切割。
AVFormatContext*ifmtCtx,*ofmtCtx;charconst*inputFileName,*outputFileName;intvideo_index;inputFileName=[[[
NSBundle
mainB
嘿嘿和露红叶
·
2021-06-11 03:00
iOS开机广告实现
展示形式现在开机广告的展现形式基本有两种:1.在LaunchScreen这个xib文件里面添加UIImageView,程序启动时通过
NSBundle
获取xib文件,从而获取到这个imageView,直接将广告图片赋给
陌言莫忘
·
2021-06-09 01:12
oc 基于vfr/Reade PDF阅读修改 及在线阅读pdf
查看了好多github上的pdf阅读的Demo几乎都是将PDF文件直接打包到工程里面利用[
NSBundle
mainBundle]方式读取的,这种方式不太适合我们现在的需求于是我就把Reade这个第三方的改为可以支
程序疯
·
2021-06-08 18:43
iOS 版本号判断
NSDictionary*infoDict=[[
NSBundle
mainBundle]infoDictionary];NSString*vison=infoDict[@"CFBundleVersion"
Simon_Liang
·
2021-06-08 13:22
NSUserDefaults
删除所有记录NSString*appDomain=[[
NSBundle
mainBundle]bundleIdentifier];[[NSUserDefaultsstandardUserDefaults]
大写的空气
·
2021-06-08 07:24
ios 版本比较
#definecurrentVersion[[
NSBundle
mainBundle]objectForInfoDictionaryKey:@"CFBundleShortVersionString"]#pragmamark
雪_晟
·
2021-06-06 19:17
从Xib中加载控件
NSBundle
*bundle=[
NSBundle
mainBundle];//加载xib中的viewUIview*subView=[[bundleloadNibNamed:@“xibName”owner
Bryan5137
·
2021-06-06 14:15
视频播放
NSString*file=[[
NSBundle
mainBundle]pathForResource:@"hj"ofType:@"mp4"];AVPlayerViewController*player=
风影鹤
·
2021-06-06 13:00
iOS开发UI阶段——第十三节 XIB
nilRootViewController*rootVC=[[RootViewControlleralloc]initWithNibName:@"RootViewController"bundle:[
NSBundle
mainBundle
隔壁王叔不在家
·
2021-06-06 12:21
iOS将txt文件写入plist文件
读取txt文件,然后改写为plist文件-(void)convertTxtToPlist:(NSString*)fileName{//读取文本文件NSString*txtPath=[[
NSBundle
mainBundle
Simple_Code
·
2021-06-05 14:47
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他