摘要: AVAudioSessionCategory说明 http://blog.sina.com.cn/s/blog_7ea0400d0102vjur.html AVAudioSessionCategoryAmbient 或 kAudioSessionCategory_AmbientSound 用于非以语 阅读全文
posted @ 2022-07-29 16:04 LiuZX_贤 阅读(136) 评论(0) 推荐(0) 编辑
摘要: UIContentSizeCategoryDidChangeNotification 字体大小 注册监听系统字体设置变化的通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(sysFontSizeI 阅读全文
posted @ 2022-07-22 10:41 LiuZX_贤 阅读(32) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/025af0969c1e https://www.apple.com/certificateauthority/ 阅读全文
posted @ 2022-07-16 09:25 LiuZX_贤 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 推送注册 https://www.jianshu.com/p/d8254c41de11 https://www.jianshu.com/p/a3be60e0bd61 https://www.jianshu.com/p/b63b8bfb8d83 https://developer.apple.com/ 阅读全文
posted @ 2022-07-15 14:42 LiuZX_贤 阅读(548) 评论(0) 推荐(0) 编辑
摘要: NSLocale, NSError, NSMutableDictionary, NSRecursiveLock, NSString, NSCache https://qa.1r1g.com/sf/ask/1068187851/ https://www.codenong.com/16123119/ h 阅读全文
posted @ 2022-07-04 09:35 LiuZX_贤 阅读(164) 评论(0) 推荐(0) 编辑
摘要: ios项目命名规则 https://wenku.baidu.com/view/e71331d2adf8941ea76e58fafab069dc50224711.html 大厂这么做iOS(1):给 APP 起个好听的名字 https://xiaozhuanlan.com/topic/17584260 阅读全文
posted @ 2022-07-02 09:19 LiuZX_贤 阅读(62) 评论(0) 推荐(0) 编辑
摘要: iOS 底层 - 性能优化之CPU、GPU https://www.jianshu.com/p/f370f5825bfa 减少 tableview 中 if else 的判断 阅读全文
posted @ 2022-07-01 09:09 LiuZX_贤 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 图片选择、预览 实现头像选取功能(可手动编辑图片裁剪) UIImagePickerController https://www.jianshu.com/p/eac094e64928 调用相机,选择图片上传,带预览功能 ,修改界面为中文 https://blog.csdn.net/sinat_2554 阅读全文
posted @ 2022-06-30 16:16 LiuZX_贤 阅读(233) 评论(0) 推荐(0) 编辑
摘要: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSingleObjectArrayI addObject:]: unrecognized selector sent 阅读全文
posted @ 2022-06-30 09:55 LiuZX_贤 阅读(374) 评论(0) 推荐(0) 编辑
摘要: ios 6: ios 8: ios 10: UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; // center.delegate = self; [center requ 阅读全文
posted @ 2022-06-29 14:21 LiuZX_贤 阅读(33) 评论(0) 推荐(0) 编辑