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
mainBundle
三种拖拽文件夹的方式
2019独角兽企业重金招聘Python工程师标准>>>黄色文件夹:编译后,资源文件在
mainBundle
中,源代码程序需要通过这种方式拖拽添加需要注意不能出现重名的文件效率高蓝色文件夹:编译后,资源文件在
weixin_34194702
·
2020-08-04 20:14
【iOS】使用xib自定义UITableViewCell
你可以使用xib,推荐使用,创建cell,同时创建Xib即可,xib上面可以自定义布局//注册nibtableView.registerNib(UINib(nibName:"nibName",bundle:
mainBundle
流水荷花
·
2020-08-03 19:10
ios
UIImage 类说明
bundle:设置为nil则默认为
mainbundle
。traitCollection:设置为nil则为mainscree
anghua4068
·
2020-08-03 14:21
<二>关于资源引用的基本认识
1.沙盒概述2.
MainBundle
3.文件拖到工程的引用认识4.图片获取的方式及其区别1.沙盒概述Documents:保存应用运行时生成的需要持久化的数据,iTunes同步设备时会备份该目录。
JackieZeng
·
2020-08-01 12:30
iOS 蓝牙报警声音播放
importstaticSystemSoundIDsoundID=0;-(void)playSysSound{SystemSoundIDsourceID;//调用NSBundle类的方法
mainBundle
xieyinghao
·
2020-08-01 12:53
[[NSBundle
mainBundle
] pathForResource: ofType:]方法获取不到资源路径
iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle]pathForResource:@"city"ofType:@"sqlite"];运行后filePath是空的,但是已经把这个文件加到Xcode中了,上网查了下发现由于当时是直接拖进去的,没有添加到资源文件路径,需要采用addfileto方式添加文件。但是这样有时也会因为Xcode的原因添
焉逢12
·
2020-08-01 00:00
bergerAimi
一.概述当SDK集成进别人项目中时,图片及xib及资源文件并不直接存在于别人的
mainbundle
中因此当SDK中用到图片,xib及资源文件时,可以创建一个用于存放资源的专属bundle二.Framework
recal123
·
2020-07-31 21:36
1024程序员节
iOS笔记--图片的内存问题
利用路径加载图片不会飙升内存.放到Image.xcassets中的图片只能通过图片名去加载,苹果会压缩图片,而且默认带有缓存很多资源都是加载项目中的,项目中的资源都是通过
mainBundle
来获取的苹果为什么这么干
提莫不胖
·
2020-07-31 20:53
关于Xcode的项目文件夹
这是因为,Xcode项目中的文件路径都是虚拟的,在APP中实际不存在,即在APP中,几乎所有的文件都可以从
mainBundle
根目录下直接访问,当然,例外总是存在的在将文件/文件夹加入到项目时,有这样两个选项
yitailong
·
2020-07-30 11:34
IOS
Swift 通过字符串创建类
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
swift学习
class外面4.方法都要加()5.XXasXX强制类型转换6.跳转letmainStoryboard=UIStoryboard(name:"你的storyboard名字",bundle:NSBundle.
mainBundle
吴霸格07
·
2020-07-11 20:59
[iOS]如何向 appstore 查询已发布 APP 的信息?
当前运行程序的版本信息,可以在
mainBundle
里面获取:NSDictionary*infoDict=[[NSBundlemainBundle]infoDictionary];NSString*currentVersion
iteye_16215
·
2020-07-09 17:02
swift json 字符串的 转化 和 异常 throws
//1.获取json文件的路径letpath=NSBundle.
mainBundle
().pathForResource("MainVCSettings.json",ofType:nil)//2.通过文件路径创建
SmallTwo
·
2020-07-08 10:55
iOS数据库的使用
注释:本地数据库funcprepareCoreData(){//1.获取momd文件的路径,类型必须是momdletpath=NSBundle.
mainBundle
().pathForResource(
唯一的信仰
·
2020-07-06 09:13
iOS开发 - txt 文件转 plist
txt文件转成plist文件structTxtToPlist{init(){lettxtFilePath=NSBundle.
mainBundle
().pathForResource("22",ofType
小黑Swift
·
2020-07-06 05:25
使用NSBundle处理项目相关资源
为了获取NSBundle对象,一般会调用该类的
mainBundle
方法,该方法就会返回该应用对应的应用程序包。
nalis风
·
2020-07-01 01:42
Bug
Bug描述webView加载bundle下的html,相对于
mainBundle
的路径如下:H5Project/module/Homepage/views/test.html使用模拟器可以正常加载显示网页
撒旦的玩偶
·
2020-06-26 12:01
swift 获取app、ios 版本号及设备信息
funcversionCheck(){letinfoDictionary=NSBundle.
mainBundle
().infoDictionaryletappDisplayName:AnyObject?
小黑Swift
·
2020-06-26 03:34
4.IOS(swift)-数据存储 · Plist File读写
PlistFile读写http://www.tuicool.com/articles/vY7vMjZvardiaryList:String=NSBundle.
mainBundle
().pathForResource
俊瑶先森
·
2020-06-25 07:06
SWIFT中获取app本地版本以及从AppStore获取最新版本的方法
获取app本地版本letinfoDictionary=NSBundle.
mainBundle
().infoDictionaryletOldVersion:AnyObject?
程序狼
·
2020-06-24 08:11
swift下遍历目录文件的方法
letbundlePath=NSBundle.
mainBundle
().bundlePathletaudiosPath=bundlePath+"/audios/"letfileManager=NSFileManager.defaultManager
移动互联网扫地僧
·
2020-06-23 16:39
关于[[NSBundle
mainBundle
] pathForResource:@"name" ofType:@"type"]找不到指定文件的解决办法
最近在使用[[NSBundlemainBundle]pathForResource:@"name"ofType:@"type"]时,找不到其对应的文件,文件当时是通过右键->addfilesto的方式添加到工程里面的,但是使用[[NSBundlemainBundle]pathForResource:@"name"ofType:@"type"]时,无论如何都找不到文件,经过了重启工程、clear工程
寒桥
·
2020-06-23 12:21
iOS学习笔记
sasasasa资源包//获取项目的主资源包NSBundle*bunde=[NSBundlemainbundle];//利用
mainbundle
获得plist文件在主资源包的全路径NSString*path
SayFarewell123
·
2020-06-22 20:41
Swift-04-如何从一个字符串创建一个类
+"对应的字符串".1.在Swift中,如果想通过字符串创建一个类,那么必须加上命名空间,类型是可选类型,所以要解包letnameSpace=NSBundle.
mainBundle
().infoDictio
cornerAnt
·
2020-04-14 11:42
两种单例的实现方式
在内存里面也只会用到一个地址.苹果官方提供了很多单列对象供用户使用,例如:UIApplication类提供了+sharedApplication方法创建和获取UIApplication单例.NSBundle类提供了+
mainBundle
sunmumu1222
·
2020-04-12 15:41
语句剖析-
mainBundle
的理解和
mainBundle
类方法详解,nsbundlemainbundle
NSBundle的理解和
mainBundle
类方法详解,nsbundlemainbundle常看到类似的NSString*file=[[NSBundlemainBundle]pathForResource
俊月
·
2020-04-11 08:10
关于[NSBundle
mainBundle
]或者images.xcassets图片不显示问题
以前项目里面有些大的图片是用UIImageimageWithContentsOfFile[NSBundlemainBundle]pathForResource方法来获取,而图片我是存在images.xcassets里面,显示一直没有问题。直到有天测试说,线上有些图片不显示?what,图片不显示?谁删除了?立马打开项目,看了看图片,还在啊,怎么会不显示呢?直接运行模拟器也是显示的,这个时候就去质疑测
风雨兼程_勇往直前
·
2020-04-06 19:44
iOS学习笔记5
Xib与StoryBoard区别xib为轻量级描述局部view的显示storyboard重量级描述多个界面加载xib文件//一般情况下bundle参数传入nil默认就为
mainBundle
.注意是参数NSArray
蠢萌的L君
·
2020-04-03 23:47
NSBundle类
最常见的用法:NSString*path=[[NSBundlemainBundle]pathForResource:ofType:];
mainBundle
类方法,获取应用程序的管理对象。
磨剑十年
·
2020-04-01 21:00
iOS 通过Core Foundation 获取Bundle路径
GetareferencetothemainbundleCFBundleRefmainBundle=CFBundleGetMainBundle();//Getareferencetothefile'sURLCFURLRefimageURL=CFBundleCopyResourceURL(
mainBundle
飙车Dave
·
2020-03-31 22:29
Swift Tips(持续更新)
中用字符串生成类对象就需要拼接成这样的格式,才能成功生成类;注意,命名空间不要加特殊符号,不然依然无法获取控制器类;//获取命名空间,在info.plist文件里就是ExecutablefileletnameSpace=NSBundle.
mainBundle
阳明先生1208
·
2020-03-31 18:13
iOS开发总结(不断更新)
,先调用super方法方法有File,必须用到路径[[NSBundlemainBundle]pathForResource:imageNameofType:@"png"];除开图片之外的其他资源,都用
mainBundle
geekAppke
·
2020-03-30 17:11
ios中的 [[NSBundle
mainBundle
] infoDictionary]
总的来说,取出来的内容有这些tmp3609470d.png好吧,一般用到的就是这些版本号:BundleversionNSString*version=[[[NSBundlemainBundle]infoDictionary]objectForKey:@"CFBundleVersion"];应用标识:BundleidentifierNSString*bundleId=[[[NSBundlemainB
hoggenWang
·
2020-03-30 14:41
iOS tableView header 视差滚动 放大效果
importUIKitclassDetailViewController:UIViewController{privateletparallexHeaderView:ParallexHeaderView=NSBundle.
mainBundle
Anddy_Gon
·
2020-03-30 11:14
ios-[NSBundle
mainBundle
] infoDictionary获取到的是当前程序的信息,通过控制台打印出下面这些信息
{BuildMachineOSBuild=16B2657;//mac版本CFBundleDevelopmentRegion=en;//本地化设置,默认为enCFBundleExecutable=UpdateTip;//安装包名称CFBundleIdentifier=“com.hcb.UpdateTip”;//bundleidCFBundleInfoDictionaryVersion=“6.0”;/
命运建筑师fly
·
2020-03-29 20:16
资源包 - NSBundle
mainBundle
获取图片加载举例//主目录包NSString*myBundleSourcePath=[[NSBundlemainBundle]pathForResource:@"Icon-Small"ofType
居然是村长
·
2020-03-26 06:14
切换根视图内存泄漏问题
UITransitionView没有移除掉导致当前的控制器没有释放掉UIStoryboard*storyboard=[UIStoryboardstoryboardWithName:kStoryboardName_
Mainbundle
molangwu
·
2020-03-25 21:53
7.29 沙盒机制
Swift2.xletpath=NSBundle.
mainBundle
().bundlePathSwi
jayck
·
2020-03-23 08:19
iOS-内存优化之一
图片在沙盒中的存在形式1.如果项目的DeploymentTarget所有图片直接暴露在沙盒的资源包(
mainBundle
),不会压缩到Assets.car文件2.如果项目的DeploymentTarget
攻克乃还_
·
2020-03-23 05:06
Swift怎么通过类名字符串来创建一个类
OC中可以直接通过类名的字符串转换成对应的类来操作,但是Swift中必须用到命名空间,也就是说Swift中通过字符串获取类的方式为letnamespace=NSBundle.
mainBundle
().infoDictionary
冷灬叶枫
·
2020-03-22 04:45
NSBundle
mainBundle
常用方法
NSArray*array=[[NSBundlemainBundle]pathsForResourcesOfType:@"jpg"inDirectory:@"image"];NSLog(@"array:%@",array);首先需要在mac上新建一个文件夹叫image,放一些图片进去,然后把整个文件夹拖到项目中,在弹出的对话框中选择:Createfolderreferencesforanyadde
堕落小怪兽
·
2020-03-21 20:51
swift 加载本地html文件的方法
letwebView=UIWebView.init(frame:self.view.bounds)letfilePath=NSBundle.
mainBundle
().pathForResource("reading
i得深刻方得S
·
2020-03-17 20:09
iOS问题笔记-[[NSBundle
mainBundle
] pathForResource: ofType:]方法获取不到资源路径
iOS开发在一次使用数据库文件时NSString*filePath=[[NSBundlemainBundle]pathForResource:@"city"ofType:@"sqlite"];运行后filePath是空的,但是已经把这个文件加到Xcode中了,上网查了下发现由于当时是直接拖进去的,没有添加到资源文件路径,需要采用addfileto方式添加文件。但是这样有时也会因为Xcode的原因添
Smallwolf_JS
·
2020-03-13 07:36
iOS Swift 2.2 判断版本号 是否 显示新特性界面
privatefuncisNewupdate()->Bool{//1.获取当前软件的版本号-->info.plistletcurrentVersion=NSBundle.
mainBundle
().infoDictionary
梁同桌
·
2020-03-12 17:12
iOS-HTML交互学习笔记(四)-添加全局的CSS样式
png在css文件中为图片加上约束,如下图,img{width:100%;}在css文件中为图片加上约束.png接下来,加载css的URL路径,//加载css的URL的路径letcss=NSBundle.
mainBundle
PlusNie
·
2020-03-11 00:07
IOS播放音效
1.导入AVFoundation框架importAVFoundation2.获取音效对应的soundIDguardleturl=NSBundle.
mainBundle
().URLForResource(
lg大大
·
2020-03-10 20:55
Swift_通过字符串创建对应的类
funcaddChildViewController(childControllerName:String,title:String,imageName:String){//1.动态获取命名空间guardletname=NSBundle.
mainBundle
figure_ai
·
2020-03-08 02:03
swift学习之语法基础二
1、获取命名空间名称//获取命名空间letnamespace=NSBundle.
mainBundle
().infoDictio
天蚕
·
2020-03-07 00:24
Swift 图像转换为Base64字符串
//本地路径文件letfilePath=NSBundle.
mainBundle
().pathForResource("test",ofType:"jpg")letdata=NSData(contentsOfFile
小黑Swift
·
2020-03-04 13:48
上一页
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
其他