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
NSUserDefaults清除全部或某个的储存数据
userDefaultsremoveObjectForKey:@""];[userDefaultssynchronize];-(void)clearAllUserDefaultsData{NSString*appDomain=[[
NSBundle
mainBundle
Kerwin158
·
2020-08-23 18:23
7.1 沙盒和
NSBundle
详解
沙盒1、沙盒机制介绍iOS中的沙盒机制是一种安全体系。每个iOS程序都有一个独立的文件系统(存储空间),而且只能在对应的文件系统中进行操作,此区域被称为沙盒。应用必须待在自己的沙盒里,其他应用不能访问该沙盒。所有的非代码文件都要保存在此,例如属性文件plist、文本文件、图像、图标、媒体资源等。沙盒是用来存入缓冲区的,APP关掉,缓存被自动清理。沙盒路径:NSLog(@"%@",NSHomeDir
草根小强
·
2020-08-23 14:12
swift里面获取到工作空间
在swift里面获取到工作空间,使用infoDictionary关键步骤是明白如何加载info.plist学会如何看到info.plist字典里面的Key和valueletaa=
NSBundle
.mainBundle
下页天
·
2020-08-23 14:17
ios中的加载动画的实现
_gifimageView=[[UIImageViewalloc]init];NSString*path=[[
NSBundle
mainBundle]pathForResource:@"f2f2f2"ofType
summerTa
·
2020-08-23 10:51
iOS:
NSBundle
的一些理解
参考BundleProgrammingGuide
NSBundle
bundleForClass的返回写在前面文章略长,可以先看下最后面的总结!
上发条的树
·
2020-08-23 06:31
iOS加载动态图的两种方法
一view=[[UIViewalloc]initWithFrame:CGRectMake(0,0,100,100)];NSString*imagePath=[[
NSBundle
mainBundle]pathForResource
lklmr
·
2020-08-23 06:27
iOS
IOS APP 获取版本号等
NSDictionary*infoDictionary=[[
NSBundle
mainBundle]infoDictionary];CFShow(infoDictionary);//app名称NSString
forwin
·
2020-08-23 05:25
IOS
如何跳转至一个storyboard中指定的viewcontroller,也可以跳转至一个指定的navigationController
特此记录一下:1,首先获得当前工程的storyboard文件,方法如下:UIStoryboard*story=[UIStoryboardstoryboardWithName:@"Main"bundle:[
NSBundle
mainBundle
一入此门深似海
·
2020-08-22 20:54
iOS
storyboard
页面跳转
在UIWebView中媒体文件的展示和HTML字符串的展示
NSString*path;path=[[
NSBundle
mainBundle]pathForResource:@"one1"ofType:@"
iOS的美丽岁月
·
2020-08-22 20:36
文本APP
iOS framework 简单笔记
framework动态库可以包含静态库和bundle资源文件2.framework静态库不能包含动态库3.动态库不能包含动态库4..a静态库可以包含.a静态库5.动态库本身也是bundle6.动态库中的类调用[
NSBundle
bundleForClass
永远保持一颗进取心
·
2020-08-22 19:22
Swift读取txt格式的数据并转换成Double格式
搞定了从txt文档读取数据,并转换成了Double格式funcreadfile()->[Double]//从SourceFile读取txt数据{vardata=[Double]()iflettxtFile=
NSBundle
.mainBundle
long__rain
·
2020-08-22 18:26
学习iOS
屏蔽iOS11 Xcode9下打印的乱七八糟的日志
最近把Xcode升级到了Xcode9.0之后发现Xcode的打印会有一些问题:模拟器加载xib的时候会有一些乱七八糟的日志打印出来[MC]Lazyloading
NSBundle
MobileCoreServices.framework
LayneCheung
·
2020-08-22 18:25
iOS
iOS 11适配:LSApplicationWorkspace无法获取应用安装列表解决方案
MobileContainerManager.framework//iOS11判断APP是否安装if([[UIDevicecurrentDevice].systemVersionfloatValue]>=11.0){
NSBundle
sailip
·
2020-08-22 16:21
iOS开发
小技巧
iOS 读取.json文件内容
在编码过程中,遇到了如何获取和使用.json文件中的内容:下面为大家提供一种方法:NSString*mainBundleDirectory=[[
NSBundle
mainBundle]bundlePath
展菲
·
2020-08-22 13:14
[MC] Lazy loading
NSBundle
MobileCoreServices.framework
消除控制器打印:[MC]Lazyloading
NSBundle
MobileCoreServices.framework按上面设置后,[MC]LoadedMobileCoreServices.framework
llq_31da
·
2020-08-22 12:31
iOS开发-SDWebImage4.0之后加载gif不显示的解决方案(FLAnimatedImageView FLAnimatedImage)
imgView.contentMode=UIViewContentModeScaleAspectFit;imgView.frame=CGRectMake(0,0,100,30);NSString*filePath=[[
NSBundle
bundleWithPath
GabrielxPanda
·
2020-08-21 23:26
iOS开发
iOS-UIView-设置背景图片4种方式
self.view.backgroundColor=[UIColorcolorWithPatternImage:[UIImageimageNamed:@"image.jpg"]];//2.方式NSString*path=[[
NSBundle
mainBundle
十一遥
·
2020-08-21 18:16
NSBundle
获取应用标识:Bundle identifier
1.获取app的info.plist详细信息版本号:BundleversionNSString*version=[[[
NSBundle
mainBundle]infoDictionary]objectForKey
xiangyong1004
·
2020-08-21 07:43
iOS
NSBundle
UI-Xib
Xib的加载方法1NSArray*views=[[
NSBundle
mainBundle]loadNibNamed:@"xib文件名"owner:niloptions:nil]`
NSBundle
mainBundle
居敬持志
·
2020-08-21 03:32
NSURL播放沙盒资源
代码如下:Bundle获取地址:NSURL*bundleUrl=[[
NSBundle
mainBundle]URLForResource:@"1"withExtension:@"mp4"];NSLog(@
ashura_
·
2020-08-20 18:07
WKWebview与JavaScript 交互(一)交互本地html
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"oc&js.html"ofType:nil];[_wkWebloadReque
garvinbao
·
2020-08-20 13:28
iOS
iPhone读取plist文件
recipes.plist的文件://变量定义NSArray*tableData;NSArray*thumbnails;NSArray*prepTime;//取得资源路径NSString*path=[[
NSBundle
mainBundle
weixin_34161032
·
2020-08-20 13:31
iOS从info.plist 获取项目的名称及版本号
NSString*executableFile=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:(NSString*)kCFBundleExecutableKey
xiaoxuan415315
·
2020-08-20 13:53
iOS
iOS开发之读取info.plist配置信息
直接从info.plist字典里面读取配置信息简单暴力[[
NSBundle
mainBundle].infoDictionaryobjectForKey:@"对应的key"];也可NSString*bundlePath
weixin_33704591
·
2020-08-20 12:37
获取项目的名称及版本号
NSString*executableFile=[[[
NSBundle
mainBundle]infoDictionary]objectForKey:(NSString*)kCFBundleExecutableKey
weixin_30859423
·
2020-08-20 12:32
iOS中的
NSBundle
常用方法
1.获取app的info.plist详细信息版本号:BundleversionNSString*version=[[[
NSBundle
mainBundle]infoDictionary]objectForKey
weixin_30384031
·
2020-08-20 12:53
iOS读取plist文件
百度搜到的太多废话,我这直接上代码NSString*plistPath=[[
NSBundle
mainBundle]pathForResource:@"address"ofType:@"plist"];/
大炮走火
·
2020-08-20 12:32
ios
查看bundleId和info.plist文件内容
/********OC********///提取infoplistNSDictionary*info=[
NSBundle
mainBundle].infoDictionary;//提取bundleIDNSString
黑暗中哭泣的小丑
·
2020-08-20 11:43
知识库
终端:Xcode模拟器上安装.app方法
实现获取自己Xcode生成的xxx.appsteps1:在工程didFinishLaunchingWithOptions:方法中打印bundle路径:NSLog(@"%@",[[
NSBundle
mainBundle
Hierarch_Lee
·
2020-08-20 10:59
Mac
Terminal
向iPhone模拟器中添加视频
NSString*path=[[
NSBundle
mainBundle]pathForResource:@"视频名称"ofType:@"mp4"];if(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum
iteye_6242
·
2020-08-20 10:48
Iphone
iPhone游戏中既播放背景音乐又播放特效声音的办
此时您可以试试以下方法NSString*musicFilePath=[[
NSBundle
mainBundle]pathForResource:fileNameofType:@"wav"];//创建音乐文件路径
iteye_6242
·
2020-08-20 10:47
Iphone
读取plist配置文件
xmlStudentNameYangSexMaleNumSX_010MentorNameGuSexMale读取方式://首先读取studentInfo.plist中的数据NSString*plistPath=[[
NSBundle
mainBundle
iteye_2584
·
2020-08-20 10:42
ios征程
在Xcode项目中读取plist文件
读取一般的plist文件实践证明,方法1比较靠谱方法1://取得文件路径...NSString*plistPath=[[
NSBundle
mainBundle]pathForRes
iteye_17686
·
2020-08-20 10:36
iOS 10.3 wkwebview WKUserScript 无法成功注入本地js文件的问题
NSString*runtimejs=[NSStringstringWithContentsOfFile:[[
NSBundle
mainBundle]pathForResource:@"runtime"ofType
StoneCarlos
·
2020-08-20 09:47
iOS
iOS info.plist 获取与解读
最近决定捋一遍iOS基础,先从项目的配置说起吧//方法一,获取文件的全部路径,解析info.plistNSString*filePath=[[
NSBundle
mainBundle]pathForResource
遇见更好的自己_Steve
·
2020-08-20 09:23
iOS
OC
iOS 检查App版本
void)checkNewAppVersion:(void(^)(BOOLnewVersion,NSString*version))completion{NSDictionary*bundleInfo=[[
NSBundle
mainBundle
NickYangBooy
·
2020-08-20 09:44
object-c
iOS文章
使用PushMyBaby模拟推送
Github上一个用于模拟远程推送消息到iOS设备的应用.下载打开项目,将APNs推送证书(推送证书更名为apns.cer)拖进工程.程序中通过如下代码获取证书文件self.certificate=[[
NSBundle
mainBundle
kriskangdev
·
2020-08-20 08:10
#pragma mark 读取plist的方法
#pragmamark-关于Bundle#pragmamark读取plist的方法//
NSBundle
*bundle=[
NSBundle
mainBundle];//NSString*path=[bundlepathForResource
chuzi4988
·
2020-08-20 08:38
ios 检测版本
废话不多说直接上代码,喜欢的朋友帮忙点个赞#pragmamark--检测版本---//检测版本更新-(void)onCheckVesion{NSDictionary*infoDic=[[
NSBundle
mainBundle
少年_如他
·
2020-08-20 04:23
iOS音乐和音效的播放
URL1.创建音效IDSystemSoundIDsoundID;//只能创建一次,所以创建一个懒加载需要把URL桥接成CFURL2.播放本地音效具体代码如下:1.获得音效文件的路径NSURL*url=[[
NSBundle
mainBundle
Jalynn
·
2020-08-20 01:16
sqlite存储图片
imageTable(nametext,imageblob),下面代码将图片文件test.png的二进制数据写到sqlite数据库:[html]viewplaincopyNSString*filePath=[[
NSBundle
mainBundle
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 获取应用信息和设备型号等内容(含iPhone XS Max,含Swift)
相关信息总结如下:#pragmamark-获取APP信息-(void)getCurrentAppInfo{//获取当前App的基本信息字典NSDictionary*infoDic=[[
NSBundle
mainBundle
YANGXIXIYear
·
2020-08-19 20:28
Mac中启动另一个程序并将窗口置于最前面
12345678910111213141516-(void)launchSoftWithBundleID:(NSString*)softPath{
NSBundle
*softBundle=[
NSBundle
bundleWithPath
brhave
·
2020-08-19 17:04
iOS 加载图片imageNamed 和 imageWithContentsOfFile区别
NSString*thumbnailFile=[[
NSBundle
mainBundle].resourcePathstringByAppendingPathCo
soime
·
2020-08-19 08:29
PushMeBaby使用
CoreServices.framawork替换这句#include为#include2.把你的推送证书.cer文件更改名为apns.cer,放入工程中,代码中是通过self.certificate=[[
NSBundle
mainBundle
iOS_Developer
·
2020-08-19 06:22
ios 进阶 -- 开机视频
UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{‘’‘’‘’NSString*filepath=[[
NSBundle
mainBundle
sea918
·
2020-08-18 16:41
【ios
应用程序】
iOS 对比两个文件内容是否相同 MD5摘要 与 直接比较
直接比较两个文件的内容NSString*path=[[
NSBundle
mainBundle]bundlePath];NSString*filePath1=[pathstringByAppendingPathComponent
_snake
·
2020-08-18 03:45
IOS
OC
iOS
ios开发
md5
nsstring
UIColor方法
(nonatomic,retain)NSMutableArray*dataSource;@end-(id)initWithNibName:(NSString*)nibNameOrNilbundle:(
NSBundle
star_jason
·
2020-08-18 02:18
Xcode工程加载H5本地文件 H5里面引入js/css文件
然后编写代码:[_wkWebViewloadRequest:[NSURLRequestrequestWithURL:[NSURLfileURLWithPath:[[
NSBundle
mainBundle]
天下只此一家
·
2020-08-18 02:03
iOS
本地H5文件
css
js
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他