上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 38 下一页

2019年8月27日

iOS 屏幕大小尺寸,分辨率,代码获取屏幕大小(持续维护添加)

摘要: 名称 屏幕分辨率 代码获取屏幕大小iphone X 2436 x 1125 {375 ,812} iphone XR 1792 x 828 {414 ,896} iphone XS 2436 x 1125 {375 ,812} iphone XS Max 2688 x 1242 {414 ,896} 阅读全文

posted @ 2019-08-27 16:28 高彰 阅读(747) 评论(0) 推荐(0)

2019年8月10日

iOS NSString只保留字符串中的数字

摘要: 鸣谢:https://www.cnblogs.com/lulushen/p/9884873.html 阅读全文

posted @ 2019-08-10 15:04 高彰 阅读(1510) 评论(0) 推荐(1)

2019年8月1日

iOS NSlog打印数据不完全,xcode处理办法

摘要: 在项目中的.pch文件中添加可全局使用。 阅读全文

posted @ 2019-08-01 11:49 高彰 阅读(669) 评论(0) 推荐(0)

2019年7月25日

iOS Xcode 10.3 xib:-1:未能找到或创建描述的执行上下文“<IBCocoaTouchPlatformToolDescript

摘要: /Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSi 阅读全文

posted @ 2019-07-25 11:11 高彰 阅读(742) 评论(0) 推荐(0)

2019年5月6日

iOS 开发-懒加载

摘要: 援引:https://www.jianshu.com/p/3287b13c90fb 懒加载 我们知道iOS设备的内存有限,如果程序在启动后就一次性加载将来会用到的所有资源,那么将有可能会耗尽iOS设备的内存。这些资源例如大量数据、图片、音频等等 懒加载:也称延迟加载,说的通俗一点,就是在开发中,当程 阅读全文

posted @ 2019-05-06 12:01 高彰 阅读(245) 评论(0) 推荐(0)

iOS 1 .Multiple commands produce 错误

摘要: 1 .Multiple commands produce 错误 援引: https://blog.csdn.net/qq_41284481/article/details/83017226 用Xcode10跑之前的项目,也就报了一种类型的错误:Multiple commands produce。这个 阅读全文

posted @ 2019-05-06 11:59 高彰 阅读(972) 评论(0) 推荐(0)

苹果机型细节

摘要: https://support.apple.com/zh-cn/HT201300 阅读全文

posted @ 2019-05-06 11:55 高彰 阅读(176) 评论(0) 推荐(0)

iOS 中文件管理器的使用

摘要: 援引:https://www.jianshu.com/p/1ee2619137f9 文章之前,我们先来看下本文的知识大纲: ios中文件管理器的使用.png 1.NSFileManager和NSFilehandle的概念 1.NSFileManager 是 Foundation 框架中用来管理和操作 阅读全文

posted @ 2019-05-06 11:54 高彰 阅读(2231) 评论(0) 推荐(0)

iOS 沙盒NSUserDefaults 存储可变数组问题 数据持久化

摘要: 前言 NSUserDefaults支持的数据类型有:NSNumber(NSInteger、float、double),NSString,NSDate,NSArray,NSDictionary,BOOL. 附:NSUserDefaults 虽然本身不支持自定义对象的存储,不过它支持NSData的类型。 阅读全文

posted @ 2019-05-06 11:52 高彰 阅读(2616) 评论(0) 推荐(0)

iOS之[文件下载 / 大文件下载 / 断点下载]

摘要: 援引:https://my.oschina.net/u/2462423/blog/602519 阅读全文

posted @ 2019-05-06 11:44 高彰 阅读(1493) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 38 下一页

导航