会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LiuZX90
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2022年7月29日
AVAudioSession - AVAudioSessionCategory
摘要: AVAudioSessionCategory说明 http://blog.sina.com.cn/s/blog_7ea0400d0102vjur.html AVAudioSessionCategoryAmbient 或 kAudioSessionCategory_AmbientSound 用于非以语
阅读全文
posted @ 2022-07-29 16:04 LiuZX_贤
阅读(162)
评论(0)
推荐(0)
2022年7月22日
系统的一些监听
摘要: UIContentSizeCategoryDidChangeNotification 字体大小 注册监听系统字体设置变化的通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(sysFontSizeI
阅读全文
posted @ 2022-07-22 10:41 LiuZX_贤
阅读(43)
评论(0)
推荐(0)
2022年7月16日
iOS证书不受信任
摘要: https://www.jianshu.com/p/025af0969c1e https://www.apple.com/certificateauthority/
阅读全文
posted @ 2022-07-16 09:25 LiuZX_贤
阅读(36)
评论(0)
推荐(0)
2022年7月15日
iOS 推送通知、Pushkit
摘要: 推送注册 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_贤
阅读(650)
评论(0)
推荐(0)
2022年7月4日
认识一下
摘要: 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_贤
阅读(226)
评论(0)
推荐(0)
2022年7月2日
命名
摘要: ios项目命名规则 https://wenku.baidu.com/view/e71331d2adf8941ea76e58fafab069dc50224711.html 大厂这么做iOS(1):给 APP 起个好听的名字 https://xiaozhuanlan.com/topic/17584260
阅读全文
posted @ 2022-07-02 09:19 LiuZX_贤
阅读(154)
评论(0)
推荐(0)
2022年7月1日
性能优化
摘要: iOS 底层 - 性能优化之CPU、GPU https://www.jianshu.com/p/f370f5825bfa 减少 tableview 中 if else 的判断
阅读全文
posted @ 2022-07-01 09:09 LiuZX_贤
阅读(19)
评论(0)
推荐(0)
2022年6月30日
相册图片的选择、预览、编辑、保存
摘要: 图片选择、预览 实现头像选取功能(可手动编辑图片裁剪) UIImagePickerController https://www.jianshu.com/p/eac094e64928 调用相机,选择图片上传,带预览功能 ,修改界面为中文 https://blog.csdn.net/sinat_2554
阅读全文
posted @ 2022-06-30 16:16 LiuZX_贤
阅读(402)
评论(0)
推荐(0)
terminating with uncaught exception of type NSException
摘要: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSingleObjectArrayI addObject:]: unrecognized selector sent
阅读全文
posted @ 2022-06-30 09:55 LiuZX_贤
阅读(403)
评论(0)
推荐(0)
2022年6月29日
ios 注册通知方式的变化
摘要: ios 6: ios 8: ios 10: UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; // center.delegate = self; [center requ
阅读全文
posted @ 2022-06-29 14:21 LiuZX_贤
阅读(38)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告