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 声音和音效
#import2.需要从Bundle(即app包下的资源)或则本地以及网络资源加载文件,prepareToPlay准备播放//设置背景音乐NSString*path=[[
NSBundle
mainBundle
liu_bin_home
·
2020-08-08 17:03
iOS
Object-c 文件系统相关类
NSBundle
类用来读取应用程序包内的相关资源示例:NSString*txtFilePath=[[
NSBundle
mainBundle]pathForResource:@"instructions"ofType
我想我是快扣肉
·
2020-08-08 16:29
object-c
iOS学习之
NSBundle
介绍和使用
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
iteye_3753
·
2020-08-08 16:43
nsbundle
--思考:
NSBundle
---bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,
iphoneing
·
2020-08-08 16:21
iOS基础:获取资源文件的方法
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
江湖hi客
·
2020-08-08 15:58
iOS基础
iOS播放mp3没声音
方式一1:NSURL*url=[[
NSBundle
mainBundle]URLForResource:@"mmusic"withExtension:@".mp3"];AVPlayerItem*songItem
a787188834
·
2020-08-08 13:05
app苹果iOS类
IOS开发常用代码片段合集(三)
NSBundle
: - (NSArray *)pathsForResourcesOfType:(NSString *)extension inDirectory:(NSString *)subpath
koiliner
·
2020-08-08 13:20
NSBundle
、[
NSBundle
mainBundle] 详解
bundle是一个目录,其中包含了程序会使用到的资源.这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in).对应bundle,cocoa提供了类
NSBundle
没关系我还有米奇
·
2020-08-08 13:32
ios
NSBundle
(常用API+读取本地资源文件)
//静态库Framework中访问内部image、bundleUIImageView*im=[[UIImageViewalloc]initWithFrame:CGRectMake(200,200,300,300)];im.backgroundColor=[UIColorblueColor];NSLog(@"%@",im);im.image=[UIImageimageNamed:@"DemoSDK_
Gz_Jason_chen
·
2020-08-08 12:48
IOS_Foundation库
iOS组件化开发过程中的沙盒路径解决策略
我们此时用之前常用的方法[
NSBundle
mainBundle]pathForResource:@"123.png"type:nil]时发现获取不到路径了。具体原因我们下面进行详细的分解说明。
JackLee18
·
2020-08-08 12:20
Object-C
IOS
iOS组件化开发之路
IOS 之
NSBundle
方法详解
1、使用类方法创建一个
NSBundle
r对象+(
NSBundle
*)mainBundle;eg:[
NSBundle
mailBundle];2、使用路径获取一个
NSBundle
对象,这个路径应该是一个目录的全路径
路过而已
·
2020-08-08 11:09
IOS
相关
IOS_基础类库之
NSBundle
1、使用类方法创建一个
NSBundle
r对象+(
NSBundle
*)mainBundle;eg:[
NSBundle
mailBundle];2、使用路径获取一个
NSBundle
对象,这个路径应该是一个目录的全路径
路过而已
·
2020-08-08 11:09
IOS
相关
iOS7 中代替transactionReceipt的方法
if([UIDeviceiOSVersion]>6.9f){NSURLRequest*urlRequest=[NSURLRequestrequestWithURL:[[
NSBundle
mainBundle
吊炸天-狂人
·
2020-08-08 02:40
iOS xib关联自定义view
创建一个同名的xib:3.设置xib的File`sOwner的customeclass属性为自定义的view:4.然后在自定义的view里面重写你需要初始化的方法:NSArray*nibView=[[
NSBundle
mainBundle
静能生慧
·
2020-08-07 17:51
and
xib
获取通讯录
中定义数组并在init方法中初始化1NSMutableArray*addressBookTemp;23-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
dodoloov4u
·
2020-08-07 10:36
通讯录
通讯录
ios6
Objective-C弹出模态学习之纯代码跳转到xib界面以及storyboard界面
SCViewController*sc1=[[SCViewControlleralloc]initWithNibName:@”SCViewController”bundle:[
NSBundle
mainBundle
fswy
·
2020-08-06 10:34
#
Objective-C弹出模态
iOS学习--从入门到实战
手机路径、Windows路径知识及delphiXE跨设备APP自动下载和升级
AndroidManifest.xml获取versionName2、运行时动态调用IOSipa的info.plist获取CFBundleVersion(和entitlements)usesiOSapi.Foundation;
NSBundle
pulledup
·
2020-08-05 21:44
云计算
ios自定义xib的时候,需要如何初始化里面的控件(添加相关的数据到控件)
#import"MJTgHeaderView.h"@implementationMJTgHeaderView+(instancetype)headerView{return[[[
NSBundle
mainBundle
zhuhai__yizhi
·
2020-08-04 10:40
IOS学习
iOS 背景动态图
可以自行百度,文章很多2是用uiwebView进行加载详细介绍:1将动态的DIF格式图拖到工程中2然后创建一个uiwebView3加载GIF图,转化为data代码:NSString*filePath=[[
NSBundle
mainBundle
xiu_yun
·
2020-08-04 08:13
iOS
小技巧
iOS开发笔记
文章目录NSDictionary取数据强制转换问题欲修改NSDictionary中的键值对NSUserDefaults只存储NSDictionary
NSBundle
仅获取相对路径而不是绝对路径NSTimerschedule
Gray皓白
·
2020-08-04 06:41
iOS
IOS - UIImage
UIImage*)imageNamed:(NSString*)name//要注意的是这个方法适用于已经导入到工程中的图片//建议使用该方法获取图片(尤其是ios8系统下)NSString*imagePath=[[
NSBundle
mainBund
iOSmling
·
2020-08-04 02:19
iOS获取当前app的名称和版本号
NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary];CFShow(infoDictionary);//app名称NSString
Eric博客
·
2020-08-04 02:25
iOS开发
沙盒和
NSBundle
沙盒1、沙盒机制介绍iOS中的沙盒机制是一种安全体系。每个iOS程序都有一个独立的文件系统(存储空间),而且只能在对应的文件系统中进行操作,此区域被称为沙盒。应用必须待在自己的沙盒里,其他应用不能访问该沙盒。所有的非代码文件都要保存在此,例如属性文件plist、文本文件、图像、图标、媒体资源等。沙盒是用来存入缓冲区的,APP关掉,缓存被自动清理。沙盒路径:NSLog(@"%@",NSHomeDir
hongge372
·
2020-08-04 01:49
iOS 加载xib tableViewCell
//需要在xib设置identifier[tableViewregisterNib:[UINibnibWithNibName:@"PersonNewTableViewCell"bundle:[
NSBundle
mainBundle
小手一背爱谁谁
·
2020-08-04 00:13
Xcode控件使用笔记四:UITableView-自定义Cell
一:使用XIB自定义Cell方法一:生成cell过程中,使用viewWithTag获取控制器,再通过addTarget监听事件//通过xib文件来加载cell
NSBundle
*bundle=[
NSBundle
mainBundle
eagle199012
·
2020-08-03 16:15
IOS基础
TableView界面传值和TableViewCell使用
初始化-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
*)nibBundleOrNilP{self=[superinitWithNibName
起个名怎么这么难
·
2020-08-03 15:20
UI
UIImage 类说明
+(UIImage*)imageNamed:(NSString*)nameinBundle:(
NSBundle
*)bundlecompatibleWithTraitCollection:(UITraitCollection
anghua4068
·
2020-08-03 14:21
简单使用iPhone自带视频播放器
只需简单几步即可1.获取要播放的视频的路径NSString*path=[[
NSBundle
mainBundle]pathForResource:@"1"ofType:@"mp4"];2.实例化一个MPMoviePlayerViewController
Lu_Ca
·
2020-08-03 13:57
iOS
布局
UIWebView js oc相互调用的三种方法
dbddfc0eaa26JSoc相互调用方法:1.利用定义url调用2.利用js直接调用3.利用js里对象调用首先先创建UIWebView对象,加载本地html文件//加载本地html文件NSString*htmlPath=[[
NSBundle
mainBundle
Gz_Jason_chen
·
2020-08-03 13:41
IOS_浏览器开发
Nib tableViewcell的三种注册方式
SGSMsgeTableViewCell*cell=[tableViewdequeueReusableCellWithIdentifier:@"xxyy"];//最好在xib文件中设置id//if(cell==nil){//cell=[[
NSBundle
mainBundle
秦萍健
·
2020-08-03 13:38
iOS基础-笔记
微博学习笔记
tabbar_home_selected"]imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];2、取得当前软件的版本号NSDictionary*distion=[
NSBundle
mainBu
山清水秀iOS
·
2020-08-03 06:50
iOS 检测appstore版本更新
当前运行版本信息可以通过info.plist文件中的bundleversion中获取:[cpp]viewplaincopyNSDictionary*infoDic=[[
NSBundle
mainBundle
BenNiao110
·
2020-08-02 16:52
iphone开发
iOS 蓝牙报警声音播放
importstaticSystemSoundIDsoundID=0;-(void)playSysSound{SystemSoundIDsourceID;//调用
NSBundle
类的方法mainBundle
xieyinghao
·
2020-08-01 12:53
【IOS开发进阶系列】APP性能优化专题
NSBundle
*bundle=[
NSBundle
mainBundle];NSString*plistPath=[bundlepathForResource:@"team"ofType:@"plist"
Kevin_Junbaozi
·
2020-08-01 06:30
React Native 打包离线包
entry-fileindex.ios.js--bundle-outputmain.jsbundle--assets-destmain.jsbundlechangeAppDelegate.mjsCodeLocation=[[
NSBundle
mainBundle
mimikiy
·
2020-08-01 02:30
iOS WebView加载html 不改动html里面的资源引用路径
当APP打包的时候,它将所有资源文件平行的放到根目录中,这个包就是[
NSBundle
mainBundle],也就是说文件全局中不允许重名文件存在(目录引用除外,下面会讲到)一般为了在包中引用其它前端人员的
Melody_YM
·
2020-08-01 02:27
iOS选择图片加载的方式
1、UIImage*imag1=[UIImageimageNamed:@"image.png"];2、UIImage*image2=[UIImageimageWithContentsOfFile:[[
NSBundle
mainBundle
时光息怒
·
2020-08-01 01:14
iOS开发
SHOE DETAIL
-(void)showDetail:(NSMutableArray*)dataArray{NSString*resourcePath=[[
NSBundle
mainBundle]resourcePath]
iKaisa
·
2020-08-01 01:28
iOS
[[
NSBundle
mainBundle] pathForResource: ofType:]方法获取不到资源路径
iOS开发在一次使用数据库文件时NSString*filePath=[[
NSBundle
mainBundle]pathForResource:@"city"ofType:@"sqlite"];运行后filePath
焉逢12
·
2020-08-01 00:00
沙盒缓存
沙盒介绍1.查找沙盒路径a.沙盒路径poNSHomeDirectory()b.bundle路径po[[
NSBundle
mainBundle]bundlePath]2.沙盒目录###Documents保存由应用程序产生的文件或数据
爱码师
·
2020-07-31 23:05
iOS 展示SVG(SVGKit的使用)
图像的图形质量不会有所损失.所以与大家分享一下两种iOS展示svg的方法.一:svg就是XML,可以使用UIWebView/WKWebView进行加载.UIWebViewNSString*svgPath=[[
NSBundle
mainBundle
像风一样的孩子丶
·
2020-07-31 20:31
JS 与 Native 互调机制
使用如下代码完成:NSString*path=[[
NSBundle
mainBundle]bundlePath];NSURL*baseURL=[NSURLfileURLWithPath:path];NSString
DestinyFighter_
·
2020-07-31 16:18
iOS开发之多XIB之间相互关联
1.直接加载xib中的UIView创建一个View1.xib直接加载Xib中view获取View1代码:NSArray*views=[[
NSBundle
mainBundle]loadNibNamed:@
KnowWhy
·
2020-07-31 14:06
ios去除自定义相机拍照快门声音
staticSystemSoundIDsoundID=0;if(soundID==0){NSString*path=[[
NSBundle
mainBundle]pathForResource:@"photoShutter2
Fantasy_Jun
·
2020-07-31 13:10
音频
xib自定义cell不用注册的方法
不重用:EvenMoreTableViewCell*cell=(EvenMoreTableViewCell*)[[[
NSBundle
mainBundle]loadNibNamed:@"EvenMoreTableViewCell"owner
GShining
·
2020-07-30 05:29
iOS-imageNamed与imageWithContentsOfFile的区别
对象有两种方法:imageNamed:UIImage*img=[UIImageimageNamed:@"pic"];*imageWithContentsOfFile:NSString*filePath=[[
NSBundle
mainBundle
路飞_Luck
·
2020-07-30 02:24
iOS-
NSBundle
的使用,资源文件放入bundle文件中
1.Bundle文件,简单理解,就是资源文件包。我们将许多图片、XIB、文本文件组织在一起,打包成一个Bundle文件。方便在其他项目中引用包内的资源。2.Bundle文件是静态的,也就是说,我们包含到包中的资源文件作为一个资源包是不参加项目编译的。bundle包中不能包含可执行的文件。它仅仅是作为资源,被解析成为特定的二进制数据。bundle的制作1.选择File->New->Target弹出新
Billlin
·
2020-07-30 01:40
图片加载管理
(省内存,但速度慢)NSString*path=[[
NSBundle
mainBundle]pathForResource:@'"图片的名字"ofType:@"文件类型"];UIImage*image=[
chenHanMao
·
2020-07-30 00:26
从一个APP启动另一个APP的activity的方式
系统会自动过滤去找到这个action所对应的Activity当前APP的代码Intentintent=newIntent();//这里是采用的自定义actionintent.setAction("tra
nsBundle
.app
追yi流年
·
2020-07-29 21:20
android应用
Topaz Plugins Bundle 2018 for Mac(PS插件滤镜特效包)
TopazPlugi
nsBundle
2018forMac是一个Photoshop插件滤镜特效包,Topaz滤镜2018全系列插件包中包含Adjust、Detail、LensEffects、DeNoise
_名字一定要够长
·
2020-07-29 12:10
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他