上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 找出两个 UIView 的最近的公共 父视图 阅读全文
posted @ 2021-01-22 16:20 不停奔跑的蜗牛 阅读(1322) 评论(0) 推荐(0) 编辑
摘要: 二叉树根节点到叶子节点的所有路径和 阅读全文
posted @ 2020-11-20 16:07 不停奔跑的蜗牛 阅读(222) 评论(0) 推荐(0) 编辑
摘要: swift数据结构,栈,队列,二叉树,链表 阅读全文
posted @ 2020-11-20 14:57 不停奔跑的蜗牛 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 卡顿问题,就是在主线程上无法响应用户交互的问题 阅读全文
posted @ 2020-09-19 16:58 不停奔跑的蜗牛 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: iOS 优化内存的方法 阅读全文
posted @ 2020-09-13 16:22 不停奔跑的蜗牛 阅读(1762) 评论(0) 推荐(0) 编辑
摘要: 当一个tableview中许多cell中的uiimageview请求相同地址的图片时,如何保证对于同一url只进行一次网络请求,从而避免没必要的网络请求以提高运行效率。 阅读全文
posted @ 2020-09-04 13:53 不停奔跑的蜗牛 阅读(510) 评论(0) 推荐(0) 编辑
摘要: Mac报错/usr/bin/env: bad interpreter: Operation not permitted 阅读全文
posted @ 2020-09-01 17:05 不停奔跑的蜗牛 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: swift结构体不能有递归包含它的存储属性,cannot have a stored property that recursively contains it 阅读全文
posted @ 2020-08-29 10:58 不停奔跑的蜗牛 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 使用VideoToolbox对视频进行H264硬编码和硬解码swift版本 阅读全文
posted @ 2020-08-20 14:15 不停奔跑的蜗牛 阅读(1430) 评论(0) 推荐(0) 编辑
摘要: 使用AVFoundation可以拍摄视频,Avplayer播放视频。如果使用Metal取处理视频的话需要把视频的每一帧去处理然后显示,需要用到CMSampleBuffer相关处理。 阅读全文
posted @ 2020-07-26 15:31 不停奔跑的蜗牛 阅读(577) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页