随笔 - 399,  文章 - 0,  评论 - 7,  阅读 - 21万
10 2020 档案
使用OC加载图片的两种方式及其区别
摘要:使用OC加载图片的两种方式及其区别 https://blog.csdn.net/u013406800/article/details/72627879 阅读全文
posted @ 2020-10-20 14:53 懂事长qingzZ 阅读(233) 评论(0) 推荐(0) 编辑
Swift自动布局SnapKit的详细使用介绍
摘要:1.Swift自动布局SnapKit的详细使用介绍 https://www.jianshu.com/p/2bad53a2a180 2..安全区写法 swift 约束 - SnapKit 适配iPhoneX 安全区 和苹果自带的VFL ,auto layout 安全区适配 https://my.osc 阅读全文
posted @ 2020-10-19 14:59 懂事长qingzZ 阅读(509) 评论(0) 推荐(0) 编辑
swift 设置蜂窝数据
摘要:import CoreTelephonyimport Alamofire var currentNetStatus: NetworkReachabilityManager.NetworkReachabilityStatus? { get{ return self.netWorkReachabilit 阅读全文
posted @ 2020-10-19 14:37 懂事长qingzZ 阅读(304) 评论(0) 推荐(0) 编辑
Swift 统一导入三方库
摘要:@_exported import UIKit @_exported import Foundation ///pod 下载的三方库, 避免使用重复import @_exported import RxSwift ///响应式编程 @_exported import RxCocoa ///响应式编程 阅读全文
posted @ 2020-10-19 13:57 懂事长qingzZ 阅读(986) 评论(0) 推荐(0) 编辑
Xcode12真机/模拟器运行项目非常慢的解决方式
摘要:xcode12编译一次 10分钟左右, 前往~/Library/Developer/Xcode/iOS DeviceSupport/该目录下,删除14.0.1 ,然后xcode重启,手机重连再次变异,初次比较慢,大概2分钟,后面重复编译的话一般不到一分钟 阅读全文
posted @ 2020-10-16 10:32 懂事长qingzZ 阅读(1478) 评论(0) 推荐(0) 编辑
苹果手机系列 安全区高度/设置粗体高度不正常
摘要:po [UIApplication sharedApplication].keyWindow.safeAreaInsets.bottom 正常机器高度 34 有些机器是30.6700002 po [UIApplication sharedApplication].keyWindow.safeArea 阅读全文
posted @ 2020-10-15 18:11 懂事长qingzZ 阅读(421) 评论(0) 推荐(0) 编辑
Xcode 官方下载地址
摘要:https://developer.apple.com/download/more/ 阅读全文
posted @ 2020-10-15 12:01 懂事长qingzZ 阅读(190) 评论(0) 推荐(0) 编辑
OC UICollectionView 滚动完全显示item
摘要:///滚动到指定item [self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:indexPath.item inSection:0] atScrollPosition:UICollectionViewS 阅读全文
posted @ 2020-10-15 11:47 懂事长qingzZ 阅读(236) 评论(0) 推荐(0) 编辑
cocospod 更新到指定版本及其问题
摘要:sudo gem install -n /usr/local/bin cocoapods -v 1.4.0 https://www.jianshu.com/p/8aa6be0560b3 阅读全文
posted @ 2020-10-15 09:49 懂事长qingzZ 阅读(304) 评论(0) 推荐(0) 编辑
OC 一张图片填充满整个导航栏(包含X系列)
摘要:///UIBarMetricsCompact 整个充满导航栏 UIImage *backGroundImage = [UIImage imageNamed:@"vip_nav_bg"]; backGroundImage = [backGroundImage resizableImageWithCap 阅读全文
posted @ 2020-10-14 19:22 懂事长qingzZ 阅读(180) 评论(0) 推荐(0) 编辑
Arcanist安装使用流程
摘要:1.创建文件夹test1 终端cd到test1 里面 执行 git clone https://github.com/phacility/arcanist.git 下载完成 使用arc help 测试是否成功 2.路径配置 打开前往,输入路径~/.zshrc ,添加路径代码 export PATH= 阅读全文
posted @ 2020-10-10 17:10 懂事长qingzZ 阅读(930) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示