上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 39 下一页
摘要: @_exported import UIKit @_exported import Foundation ///pod 下载的三方库, 避免使用重复import @_exported import RxSwift ///响应式编程 @_exported import RxCocoa ///响应式编程 阅读全文
posted @ 2020-10-19 13:57 懂事长qingzZ 阅读(966) 评论(0) 推荐(0) 编辑
摘要: xcode12编译一次 10分钟左右, 前往~/Library/Developer/Xcode/iOS DeviceSupport/该目录下,删除14.0.1 ,然后xcode重启,手机重连再次变异,初次比较慢,大概2分钟,后面重复编译的话一般不到一分钟 阅读全文
posted @ 2020-10-16 10:32 懂事长qingzZ 阅读(1474) 评论(0) 推荐(0) 编辑
摘要: po [UIApplication sharedApplication].keyWindow.safeAreaInsets.bottom 正常机器高度 34 有些机器是30.6700002 po [UIApplication sharedApplication].keyWindow.safeArea 阅读全文
posted @ 2020-10-15 18:11 懂事长qingzZ 阅读(409) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/download/more/ 阅读全文
posted @ 2020-10-15 12:01 懂事长qingzZ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: ///滚动到指定item [self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:indexPath.item inSection:0] atScrollPosition:UICollectionViewS 阅读全文
posted @ 2020-10-15 11:47 懂事长qingzZ 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: ///UIBarMetricsCompact 整个充满导航栏 UIImage *backGroundImage = [UIImage imageNamed:@"vip_nav_bg"]; backGroundImage = [backGroundImage resizableImageWithCap 阅读全文
posted @ 2020-10-14 19:22 懂事长qingzZ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 1.添加监听 lab1.addObserver(self, forKeyPath: "text", options: [.new, .old], context: nil) 2. 监听 override func observeValue(forKeyPath keyPath: String?, o 阅读全文
posted @ 2020-09-28 17:55 懂事长qingzZ 阅读(260) 评论(0) 推荐(0) 编辑
摘要: instanceType 换成id 使用的时候 转换一下类型 1. #import <UIKit/UIKit.h> 2.instanceType 改为id 3. 使用 类型转换 if let info = TBCityIconInfo.iconInfo(withText: "str", size: 阅读全文
posted @ 2020-09-28 16:18 懂事长qingzZ 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 39 下一页