会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
39
下一页
2020年11月19日
iOS 倒计时在程序处于后台时依然执行(OC/swift / RxSwift )
摘要: 问题版本:xcode12.2 , iOS14.2, iOS的定时器,RxSwift5.1.1 的定时器都有效 AppDelegate的applicationDidEnterBackground添加 swift func applicationDidEnterBackground(_ applicat
阅读全文
posted @ 2020-11-19 14:16 懂事长qingzZ
阅读(610)
评论(0)
推荐(0)
编辑
2020年11月17日
RxSwift 使用详解系列
摘要: 添加手势 let disposeBag = DisposeBag() let label = UILabel() label.text = "Hello World!" let tapGesture = UITapGestureRecognizer() label.addGestureRecogni
阅读全文
posted @ 2020-11-17 10:59 懂事长qingzZ
阅读(248)
评论(0)
推荐(0)
编辑
2020年11月16日
xcode dyld: could not load inserted library '/Developer/usr/lib/libBacktraceRecording.dylib' because image
摘要: 更新Xcode 12.2正式版之后,调试我们app的时候出错了,Log里提示:dyld: could not load inserted library '/Developer/usr/lib/libBacktraceRecording.dylib' because image not found
阅读全文
posted @ 2020-11-16 14:23 懂事长qingzZ
阅读(770)
评论(0)
推荐(0)
编辑
2020年11月12日
iOS 14 相册适配PHAuthorizationStatusNotDetermined
摘要: 1. #import <PhotosUI/PhotosUI.h> Info.plist 中设置“PHPhotoLibraryPreventAutomaticLimitedAccessAlert”的值为 YES 来阻止该弹窗反复弹出 2.iOS14之后获取相册授权状态的方法 if (@availabl
阅读全文
posted @ 2020-11-12 17:27 懂事长qingzZ
阅读(3356)
评论(0)
推荐(0)
编辑
2020年11月11日
iOS collectionView返回顶部 / 滚动到指定位置
摘要: iOS collectionView返回顶部 1. NSIndexPath *indexPath = [NSIndexPath indexPathForRow:1 inSection:0]; [collectionView scrollToItemAtIndexPath:indexPath atSc
阅读全文
posted @ 2020-11-11 14:49 懂事长qingzZ
阅读(2002)
评论(0)
推荐(0)
编辑
2020年11月2日
OC 添加GCD 定时器
摘要: @property (nonatomic,strong) dispatch_source_t timer; ///不是在dealloc 修改为空 - (void)viewWillDisappear:(BOOL)animated{ [super viewWillDisappear:animated];
阅读全文
posted @ 2020-11-02 14:39 懂事长qingzZ
阅读(169)
评论(0)
推荐(0)
编辑
Xcode设置启动页问题总结
摘要: https://www.jianshu.com/p/c835185fb9c2
阅读全文
posted @ 2020-11-02 14:26 懂事长qingzZ
阅读(120)
评论(0)
推荐(0)
编辑
2020年10月20日
使用OC加载图片的两种方式及其区别
摘要: 使用OC加载图片的两种方式及其区别 https://blog.csdn.net/u013406800/article/details/72627879
阅读全文
posted @ 2020-10-20 14:53 懂事长qingzZ
阅读(223)
评论(0)
推荐(0)
编辑
2020年10月19日
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
阅读(494)
评论(0)
推荐(0)
编辑
swift 设置蜂窝数据
摘要: import CoreTelephonyimport Alamofire var currentNetStatus: NetworkReachabilityManager.NetworkReachabilityStatus? { get{ return self.netWorkReachabilit
阅读全文
posted @ 2020-10-19 14:37 懂事长qingzZ
阅读(299)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
15
···
39
下一页