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
Excel转Plist
2、具体的代码:NSString*iOSPath=[[NSBundlemainBundle]
pathForResource
:@"test"ofType:@"csv"];NSString*content=
端_木
·
2020-09-13 07:31
iOS
AVAudioPlayer 的开始时间和结束时间设置
30s代码如下:player=[[AVAudioPlayeralloc]initWithContentsOfURL:[NSURLfileURLWithPath:[[NSBundlemainBundle]
pathForResource
猿贷码
·
2020-09-12 17:22
iphone开发
IOS 预览功能(轻松实现对各种文本、图片等查看)
;NSString*path=[[NSBundlemainBundle]
pathForResource
:[segmentsobjectAtIndex:0]ofType:
-超人会飞-
·
2020-09-12 17:26
IOS
iOS MPMoviePlayerController(已废弃)基本属性
property(nonatomic,strong)MPMoviePlayerController*player;//本地视频NSString*videoPath=[[NSBundlemainBundle]
pathForResource
邹彦军
·
2020-09-12 16:44
iOS
使用MPMoviePlayerController播放视频
NSString*file=[[NSBundlemainBundle]
pathForResource
:@"t
nova_lin
·
2020-09-12 16:59
iPhone开发
object
url
文档
file
api
测试
UIImage应用与内存管理
UIImageimageNamed:ImageName];[/quote]二、用NSData的方式加载,例如:[quote]1.NSString*filePath=[[NSBundlemainBundle]
pathForResource
manmonth2004
·
2020-09-12 10:35
iPhone/iPad开发
资源路径获取方式
//应用程序包中的资源路径获取方式NSString*path=[[NSBundlemainBundle]
pathForResource
:@"iphone_skin"ofType:@"png"];NSLog
qq469236803
·
2020-09-11 09:18
ios基础知识阅读
IOS:图片缓存
IOS读取图片的时候可以使用两种方法:[UIImageImageName:@“imagename”]或者使用NSString*path=[[NSBundlemainBundle]
pathForResource
郑微
·
2020-09-11 04:43
random_names随机名字生成
//先从txt文件中获取姓和名数组-(void)getNames{NSString*resourcePath1=[[NSBundlemainBundle]
pathForResource
:@"FirstName"ofType
weixin_30879169
·
2020-09-10 23:21
语言切换(自定义各种语言,本地化…
如"账号"="賬號";③在一个工具类中,获取存文件的bundle,NSString*path=[[NSBundlemainBundle]
pathForResource
:stringofType:@"lproj
娱乐也要有深度
·
2020-08-26 23:58
iOS
[IOS]如何在app里面改变语言
ios-how-to-change-app-language-programmatically-without-restarting-the-app核心是使用NSString*path=[[NSBundlemainBundle]
pathForResource
jameskaron
·
2020-08-26 23:19
IOS
国际化
用swift 加载html文件
overridefuncviewDidLoad(){super.viewDidLoad()//检查BullsEye.html是否存在iflethtmlFile=NSBundle.mainBundle().
pathForResource
iOS_developer_zhong
·
2020-08-26 16:31
swift
2019-03-18 sdk中的bundle资源加载方式
NSBundlemainBundle]2:找主bundle中的指定bundle可以断点获取path通过查找文件夹前往查看bundle中是否包含资源NSString*bundlePath=[[NSBundlemainBundle]
pathForResource
惊蛰_e3ce
·
2020-08-26 14:18
本地加载html\css\Js
*baseURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]bundlePath]];NSString*path=[[NSBundlemainBundle]
pathForResource
程序员的修养
·
2020-08-26 14:17
iOS开发中问题
iOS与JS交互
iOS 加载本地html、js、css方法
注意选择Createfolderreferences然后可以看到在项目中,其显示的为蓝色文件夹3、打开assets目录下html页面NSString*path=[[NSBundlemainBundle]
pathForResource
reylen
·
2020-08-26 14:20
iOS-html
ios8 播放本地文件 [initFileURLWithPath VS fileURLWithPath]
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"test1"ofType:@"mov"];if(path){NSLog(@"路径正确");NSURL
wzt10
·
2020-08-25 15:46
ios
UIImage图片使用的小技巧
UIImage*image=[UIImageimageNamed:@"123.png”];#会有图片缓存,不会释放2.根据bundle路径加载NSString*path=[[NSBundlemainBundle]
pathForResource
浮桥小麦
·
2020-08-24 18:17
UIImageView加载图片的两种方式
第一种:[imageViewsetImage:[UIImageimageNamed:@"1.jpeg"]];//第二种:NSString*filePath=[[NSBundlemainBundle]
pathForResource
贝勒老爷
·
2020-08-24 15:49
iOS - lazyLoad懒加载
_array){NSString*file=[[NSBundlemainBundle]
pathForResource
:@""ofType:@""];_array=[NSArra
木子小静
·
2020-08-24 14:17
NSFileManager&NSFileHandle
`NSString*sourcePath=[[NSBundlemainBundle]
pathForResource
:@"source"ofType:@"pdf"];//创建用于写入的目标文件NSString
tp夕阳武士
·
2020-08-24 03:40
ios中的加载动画的实现
_gifimageView=[[UIImageViewalloc]init];NSString*path=[[NSBundlemainBundle]
pathForResource
:@"f2f2f2"ofType
summerTa
·
2020-08-23 10:51
iOS加载动态图的两种方法
一view=[[UIViewalloc]initWithFrame:CGRectMake(0,0,100,100)];NSString*imagePath=[[NSBundlemainBundle]
pathForResource
lklmr
·
2020-08-23 06:27
iOS
在UIWebView中媒体文件的展示和HTML字符串的展示
NSString*path;path=[[NSBundlemainBundle]
pathForResource
:@"one1"ofType:@"
iOS的美丽岁月
·
2020-08-22 20:36
文本APP
Swift读取txt格式的数据并转换成Double格式
格式funcreadfile()->[Double]//从SourceFile读取txt数据{vardata=[Double]()iflettxtFile=NSBundle.mainBundle().
pathForResource
long__rain
·
2020-08-22 18:26
学习iOS
iOS-UIView-设置背景图片4种方式
UIColorcolorWithPatternImage:[UIImageimageNamed:@"image.jpg"]];//2.方式NSString*path=[[NSBundlemainBundle]
pathForResource
十一遥
·
2020-08-21 18:16
WKWebview与JavaScript 交互(一)交互本地html
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"oc&js.html"ofType:nil];[_wkWebloadReque
garvinbao
·
2020-08-20 13:28
iOS
iPhone读取plist文件
变量定义NSArray*tableData;NSArray*thumbnails;NSArray*prepTime;//取得资源路径NSString*path=[[NSBundlemainBundle]
pathForResource
weixin_34161032
·
2020-08-20 13:31
iOS开发之读取info.plist配置信息
NSBundlemainBundle].infoDictionaryobjectForKey:@"对应的key"];也可NSString*bundlePath=[[NSBundlemainBundle]
pathForResource
weixin_33704591
·
2020-08-20 12:37
iOS读取plist文件
百度搜到的太多废话,我这直接上代码NSString*plistPath=[[NSBundlemainBundle]
pathForResource
:@"address"ofType:@"plist"];/
大炮走火
·
2020-08-20 12:32
ios
向iPhone模拟器中添加视频
NSString*path=[[NSBundlemainBundle]
pathForResource
:@"视频名称"ofType:@"mp4"];if(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum
iteye_6242
·
2020-08-20 10:48
Iphone
iPhone游戏中既播放背景音乐又播放特效声音的办
此时您可以试试以下方法NSString*musicFilePath=[[NSBundlemainBundle]
pathForResource
:fileNameofType:@"wav"];//创建音乐文件路径
iteye_6242
·
2020-08-20 10:47
Iphone
读取plist配置文件
xmlStudentNameYangSexMaleNumSX_010MentorNameGuSexMale读取方式://首先读取studentInfo.plist中的数据NSString*plistPath=[[NSBundlemainBundle]
pathForResource
iteye_2584
·
2020-08-20 10:42
ios征程
iOS 10.3 wkwebview WKUserScript 无法成功注入本地js文件的问题
NSString*runtimejs=[NSStringstringWithContentsOfFile:[[NSBundlemainBundle]
pathForResource
:@"runtime"ofType
StoneCarlos
·
2020-08-20 09:47
iOS
iOS info.plist 获取与解读
最近决定捋一遍iOS基础,先从项目的配置说起吧//方法一,获取文件的全部路径,解析info.plistNSString*filePath=[[NSBundlemainBundle]
pathForResource
遇见更好的自己_Steve
·
2020-08-20 09:23
iOS
OC
使用PushMyBaby模拟推送
iOS设备的应用.下载打开项目,将APNs推送证书(推送证书更名为apns.cer)拖进工程.程序中通过如下代码获取证书文件self.certificate=[[NSBundlemainBundle]
pathForResource
kriskangdev
·
2020-08-20 08:10
sqlite存储图片
imageblob),下面代码将图片文件test.png的二进制数据写到sqlite数据库:[html]viewplaincopyNSString*filePath=[[NSBundlemainBundle]
pathForResource
qingfengmuzhu1993
·
2020-08-20 00:30
iOS, Swift, Play Audio播放音频
//TofindfilepathofaudioifletfilePath=NSBundle.mainBundle().
pathForResource
("movie_quote",ofType:"mp3"
JijunCai
·
2020-08-19 22:16
ios 进阶 -- 开机视频
applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{‘’‘’‘’NSString*filepath=[[NSBundlemainBundle]
pathForResource
sea918
·
2020-08-18 16:41
【ios
应用程序】
XCode中使用C语言文件操作
include#include文件操作://得到文件的绝对路径,path是相对路径,通过下面的操作就得到了绝对路径abspathNSString*abspath=[[NSBundlemainBundle]
pathForResource
yingkoz
·
2020-08-17 07:52
XCode
OpenAL快速入门教程
快速入门教程OpenAL快速入门1.为什么使用OpenAL也许你已经用过AudioToolbox框架并用以下代码来播放一个音乐文件:NSString*path=[[NSBundlemainBundle]
pathForResource
LuckilyYu
·
2020-08-15 21:57
iPhone
iOS webView加载本地html 调用 js,css (基本使用)
*baseURL=[NSURLfileURLWithPath:[[NSBundlemainBundle]bundlePath]];NSString*path=[[NSBundlemainBundle]
pathForResource
天微微亮-zwp
·
2020-08-15 20:46
开发过程保留
加载本地html遇到的问题
我想当然的把文件夹拷到工程中,然后用以下方法加载:NSURL*url=[[NSBundlemainBundle]
pathForResource
:@"index"ofType:@"html"inDirectory
weixin_30898109
·
2020-08-15 19:42
iOS WebView 加载本地资源(图片,文件等)
https://www.cnblogs.com/dhui69/p/5596917.htmliOSWebView加载本地资源(图片,文件等)NSString*path=[[NSBundlemainBundle]
pathForResource
weixin_30693183
·
2020-08-15 19:33
Iphone开发中无法读取plist文件的问题
plist文件,然后把根类型改为数组,用下面的代码即可://Pathtotheplist(intheapplicationbundle)NSString*path=[[NSBundlemainBundle]
pathForResource
XiaoyuLin
·
2020-08-15 17:48
Iphone开发
iPhone 不能读取plist文件!?
代码很简单NSString*path=[[NSBundlemainBundle]
pathForResource
:@"resource"ofType:@"plist"];self.resource=[[[
weixin_34377065
·
2020-08-15 16:51
UI05 _ 播放MP3格式的歌曲
#import第三步,引入歌曲的路径NSString*path=[[NSBundlemainBundle]
pathForResource
:@"眼泪的错觉"ofType:@"mp3"];第四步,创建一个AVAudioPlayer
Gao_zi
·
2020-08-14 10:26
uislider
ui
uistepper
iOS
ui
MP3
歌曲播放
AVPlayer 循环播放本地视频
app名.app→ShowInFinder→app名→显示包内容→拖入需要播放的Mp4#import#importNSString*videoPath=[[NSBundlemainBundle]
pathForResource
等枫红染秋季的相遇
·
2020-08-13 12:04
封装展示没有数据的tableview
-(void)setUpTgData{//1.获得plist的全路径NSString*path=[[NSBundlemainBundle]
pathForResource
:@"tgs.plist"ofType
土鳖不土
·
2020-08-11 13:22
面向模型
封装
JSContext、webView
self.view.bounds];[self.viewaddSubview:webView];webView.delegate=self;//NSString*path=[[NSBundlemainBundle]
pathForResource
by_糖醋鱼
·
2020-08-09 10:34
实现声音,震动
.m.文件中-(BOOL)testMe{NSError*error;NSString*path=[[NSBundlemainBundle]
pathForResource
:@"apple"ofType:@
dw_lucky
·
2020-08-09 07:13
上一页
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
其他