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
pathForResource
白鹭引擎0.1.8微端导出的IOS app包,白色闪屏问题
didFinishLaunchingWithOptions函数内添加如下方法://引擎加载的时候,会有闪屏,把白色的闪屏,换成想要的闪屏图片NSString*path=[[NSBundlemainBundle]
pathForResource
crazyVicky
·
2024-02-03 02:13
iOS解压ZIP压缩包
pod'SSZipArchive'二:导入头文件#import"SSZipArchive.h"三:获取zip压缩包文件路径获取文件的方式方法一:NSString*filePath=[[NSBundlemainBundle]
pathForResource
鄂北
·
2024-01-31 22:15
【iOS】加载图片的两种方式
imageWithContentsOfFileUIImage*image=[UIImageimageNamed:@“xxx”];NSString*filePath=[[NSBundlemainBundle]
pathForResource
an_Anthony
·
2024-01-27 03:51
ios 获取工程内文件的路径
image.png2.代码获取路径//添加在工程文件最外层使用方式NSString*path=[[NSBundlemainBundle]
pathForResource
:@"文件名"ofType:@"后缀
天天星期天
·
2024-01-20 08:03
iOS加载本地html
要做的很简单,先把要加载的东西添加进工程,然后实现本地加载即可NSString*htmlPath=[[NSBundlemainBundle]
pathForResource
:@"index"ofType:
石卒2018
·
2024-01-18 08:24
iOS 开发之播放本地视频没效果
这个问题出在于加载资源的方式上了,下面放四段代码:-(void)playVideo0{NSString*videoPath=[[NSBundlemainBundle]
pathForResource
:@"
KODIE
·
2023-12-31 01:39
iOS- 读取XML中文乱码
将NSASCIIStringEncoding改成NSUTF8StringEncodingNSString*xmlFilePath=[[NSBundlemainBundle]
pathForResource
malgee
·
2023-12-22 07:49
iOS 添加使用特殊字体
1plist文件中添加Fontsprovidedbyapplication名字要对应2获取特殊字体使用时的实际名字NSString*path=[[NSBundlemainBundle]
pathForResource
LAOning11
·
2023-12-02 21:39
ios
特殊字体
-[UIImage _isCached]: message sent to deallocated instance 0xde8ce90
你的代码里加载图片的用的是:UIImage*image=[UIImageimageNamed:@"btn1.png"];你应该是这样用:NSString*imagePath=[[NSBundlemainBundle]
pathForResource
comeontom
·
2023-11-03 12:35
objective-c基础
iPad
iPhone开发
image
测试
iOS WKWebView 加载本地Html带参数
Createfolderreferences;或者将文件压缩,拖到项目中,然后解压到沙盒目录下1、加载本地html不带参数NSString*pathString=[[NSBundlemainBundle]
pathForResource
Zxinli
·
2023-10-30 21:33
ios视频播放
//本地资源文件NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"111.mp4"ofType:nil];//创建视频播放控制器AVPlayerViewController
傻人有傻福i
·
2023-10-30 14:49
RAC之RACSequence简单学习
创建一个model类:RACSequenceModel创建数据模型:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"flags.plist"ofType
带有bug的文艺青年
·
2023-10-24 08:04
获取ios应用的相关配置信息
isFromJailbrokenChannel{//取出embedded.mobileprovision这个描述文件的内容进行判断NSString*mobileProvisionPath=[[NSBundlemainBundle]
pathForResource
杨闯
·
2023-10-14 15:08
VUE 与 原生交互(iOS为主)
wkwebview加载本地js文件要用fileURLWithPath,并且资源文件要采用folderreferencesimage.pngNSString*filePath=[[NSBundlemainBundle]
pathForResource
Mehmet
·
2023-10-12 20:29
iOS开发---常用文件读写操作。
NSError*error;NSString*textFileContents=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
「已注销」
·
2023-10-11 01:49
iOS开发
xcode
ios
文件管理器
文件系统
沙盒
iOS 视频处理(获取第一帧图片/视频时长...)
;//本地视频//NSString*path=[[NSBundlemainBundle]
pathForResource
:@"开屏视频.mp4"ofType:nil];//NSURL*url=[NSURLfileURLWithPath
浅宇落
·
2023-10-02 23:42
pathForResource
获取不到数据
使用如下方式获取文件路径:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"icon"ofType:@"png"];但是一直返回的nil。
狗狗臭鸡蛋
·
2023-09-24 14:32
Objective-C NSString 与 C++ string 之间的转换
1.NSStringtostringNSString*p_str=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"png"inDirectory
zxcasd11
·
2023-09-17 08:12
C/C++
Objective-C
c++
objective-c
oc UITableView 2 解析数组(还没消化)
plist解析//加载字典数组NSArray*dictArray=[NSArrayarrayWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
weixin_38107457
·
2023-09-17 05:49
oc
ios
在IOS中如何读取系统产生的plist文件和自定义的plist文件
//读取自定义的plist文件的写法NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"customInfo"ofType:@"plist
大漠赏花
·
2023-09-13 23:17
ios 本地html添加拼接参数
image.pngNSString*htmlStr=@"http://www.xiaodianying.mp4";NSString*filePath=[[NSBundlemainBundle]
pathForResource
一个七
·
2023-09-06 17:33
iOS 分别用系统、媒体音量播放短音频、音效
#import//用系统音量播放SystemSoundIDsoundID;//加载文件NSURL*fileURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
JohnayXiao
·
2023-09-01 07:53
H264 AAC G711 封装成MP4
AVAssetWritter2.FFmpeg3.MP4V2本文使用第三种:本地h264和aac封装成MP4:1.读取h264和aac文件的数据NSString*h264FilePath=[[NSBundlemainBundle]
pathForResource
BigBowen
·
2023-08-31 00:17
iOS 音乐播放器不播放问题
:需求很简单,要求播放器播放一段音频文件,先展示错误代码-(void)viewDidLoad{[superviewDidLoad];NSString*str=[[NSBundlemainBundle]
pathForResource
高射火炮
·
2023-08-27 14:49
UIImage
NSString*name=@"loading.gif";NSString*filePath=[[NSBundlebundleWithPath:[[NSBundlemainBundle]bundlePath]]
pathForResource
番茄红豆汤
·
2023-08-23 17:03
ios 保存本地数据的方法。
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"文件名"ofType:@"plist"];//文件数据类型是arrayNSArray*array
lmyuanhang
·
2023-08-03 23:03
iOS
https ssl加密
AFNetworking单向校验证书+(AFSecurityPolicy*)customPrivateSecurityPolicy{//先导入证书NSString*cerPath=[[NSBundlemainBundle]
pathForResource
小七霏雨
·
2023-07-26 01:46
【OC】 将CSV文件加载到字典(NSMutableDictionary)
下面的代码用来从CSV读取文件并存储到字典中:-(id)addCsvFileToDictionary{NSString*filepath=[[NSBundlemainBundle]
pathForResource
三岁牧羊
·
2023-07-13 17:44
Objective-C
MacOS开发
objective-c
macos
iOS从文件读取字符串,无分隔符分割成数组
NSString*files=[[NSBundlebundleWithPath:_bundlePath]
pathForResource
:@"cn_1.1"ofType:@"txt"];NSString*
谭谭谭思密达
·
2023-06-10 15:55
AVPlay播放视频
@property(nonatomic,retain,nullable)AVPlayer*player;NSString*urlStr=[[NSBundlemainBundle]
pathForResource
AsiaSun.
·
2023-04-18 01:03
iOS
iOS - 视频中的音频替换
:替换某个视频中的音频基于AVFoundation1.获取素材的地址//创建素材地址NSURL*audioUrl=[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
壮骨
·
2023-04-07 06:34
https自签名证书在客户端本地设置
AFHTTPSessionManager*)sessionManager{if(_sessionManager==nil){NSString*cerPath=[[NSBundlemainBundle]
pathForResource
雷霆嘎巴嘎嘎
·
2023-04-05 22:22
固定着色器加载纹理(OpenGL ES)
1.加载图片-(void)setupTexture{NSString*filePath=[[NSBundlemainBundle]
pathForResource
:@"triangle.png"ofType
lenka01
·
2023-03-30 14:11
libpng error: CgBI: unhandled critical chunk
,控制台打印出现了错误:libpngerror:CgBI:unhandledcriticalchunk,代码如下所示:NSString*nsFilename=[[NSBundlemainBundle]
pathForResource
划满伤痕的天空
·
2023-03-26 12:55
iOS WKWebView加载本地/沙盒HTML及css、images
先上代码:NSString*path=[[NSBundlemainBundle]
pathForResource
:@“local.html"ofType:nil];[_wkWebViewloadRequest
努力_偷懒_的程序员
·
2023-03-25 18:09
设置UIView UIImage 拉伸
UIColorcolorWithPatternImage:[UIImageimageNamed:@"image.jpg"]];(占内存,且不能拉伸)2、NSString*path=[[NSBundlemainBundle]
pathForResource
stevewinds
·
2023-03-24 18:13
日志目录
NSFileManager*fileManager=[NSFileManagerdefaultManager];NSString*srcPath=[[NSBundlemainBundle]
pathForResource
zhao1zhihui
·
2023-03-23 20:53
IOS oc 关于如何读取本地JSON
MacBookpro经常自己更新,所以我的自己的APP不打算走本地代理了,准备写到本地json1首先创建路径//获取文件路径NSString*filePath=[[NSBundlemainBundle]
pathForResource
庭菲特
·
2023-03-20 16:07
加载自定义Bundle中的资源文件
Bundle路径.png1.从mainbundle中获取自定义.bundle2.再从自定义.bundle中获取对应的文件NSString*bundlePath=[[NSBundlemainBundle]
pathForResource
何以_aaa
·
2023-03-12 17:28
IOS视频保存相册
[ZYToolsaveVideoForPhoto:[[NSBundlemainBundle]
pathForResource
:@"vid
撸代码我是认真的
·
2023-03-12 11:14
ios获取ttf字体文件的familyName
废话不多说,直接上代码NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"方正兰亭纤黑简体"
xiaoliang1
·
2023-03-09 20:00
加载自定义bundle中资源
(图片、xib、storyboard)加载bundle有很多方式.a静态库加载NSBundle*bundle=[NSBundlebundleWithPath:[[NSBundlemainBundle]
pathForResource
娜娜的世界123
·
2023-02-17 00:03
iOS短视频开发之---AVPlayer
添加方式://本地视频NSString*localPath=[[NSBundlemainBundle]
pathForResource
:@"视频名称"ofType:@"视频类型"];NSURL*localUrl
Turboks
·
2023-02-06 03:22
通过CGImageSourceRef播放GIF图
CGImageSourceRef播放GIF图-(void)creatGifImage{NSData*data=[NSDatadataWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
JemmyChen
·
2023-02-04 13:39
Xcode Regular Expression 正则表达式查找替换
1.目标的字符样式是确定替换实例(1)NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"Wldh~Set~Complete"ofType
想见见你
·
2023-01-26 18:55
iOS 打包.framework(包括第三方、图片、xib、plist文件)详细步骤及需要注意的地方...
中对应images文件夹中的图片//思路:从mainbundle中获取resources.bundleNSString*strResourcesBundle=[[NSBundlemainBundle]
pathForResource
你狗
·
2022-09-26 17:58
cocoapods
操作系统
json
ViewController 省市的遍历
implementationViewController-(void)viewDidLoad{[superviewDidLoad];//1.全国省市区.plistNSString*path=[[NSBundlemainBundle]
pathForResource
lichengjin
·
2022-02-21 05:49
18编写iPad程序的几项设置_数据库文件移动
再进行操作文件:Appdelegate.m-(void)copyDbToSandBox{//获取资源文件(app文件夹)的路径NSString*sourcePath=[[NSBundlemainBundle]
pathForResource
AsaGuo
·
2022-02-20 02:29
6、无模型,不3D,玩转obj加载 - ANTObjModel
obj模型的使用方法:NSString*path=[[NSBundlemainBundle]
pathForResource
:@"shitou_01"ofType:@"obj"];ANTObjModel*
ARVRSchool
·
2022-02-19 15:49
网络数据常用解决方案
或者使用http://tool.oschina.net/codeformat/json工具//1、拿到路径NSString*path=[[NSBundlemainBundle]
pathForResource
Mr丶炎
·
2022-02-17 04:38
上一页
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
其他