上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页
摘要: https://blog.csdn.net/PanJianlei1990/article/details/73293294 判断是不是自定义的类 https://www.jianshu.com/p/ca110f441fa0 获取类的所有子类 https://www.jianshu.com/p/1d9 阅读全文
posted @ 2020-02-17 14:35 雨筱逸悠 阅读(192) 评论(0) 推荐(0) 编辑
摘要: - (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthC 阅读全文
posted @ 2020-02-13 18:48 雨筱逸悠 阅读(705) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-20 17:33 雨筱逸悠 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 原理,代码执行是pagefault会消耗性能,将order file提供给编译器,让它按给到的顺序来链接.o,从而减少pagefault次数 https://mp.weixin.qq.com/s/Drmmx5JtjG3UtTFksL6Q8Q https://www.jianshu.com/p/024 阅读全文
posted @ 2020-01-19 15:51 雨筱逸悠 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 1.代理设置需要在addAnimation之前,否则无效(CAAnimationGroup) 2.CAAnimation添加到Layer之后,Layer持有的动画,和最初配置生成的CAAnimation不是同一个,需要如果需要进行判断,需要添加到Layer之后通过Key重新获取Layer持有的动画 阅读全文
posted @ 2020-01-03 11:48 雨筱逸悠 阅读(679) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-31 21:06 雨筱逸悠 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-27 09:59 雨筱逸悠 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5b4f2dab6fb9a04fc67bf265 https://www.jianshu.com/p/d9631596e9c7 https://zhuanlan.zhihu.com/p/24762605 https://www.jianshu.com/p 阅读全文
posted @ 2019-12-13 18:40 雨筱逸悠 阅读(1121) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/MadSoulChild/article/details/90479085 https://blog.csdn.net/jueyi1127/article/details/77983016 阅读全文
posted @ 2019-12-09 17:25 雨筱逸悠 阅读(250) 评论(0) 推荐(0) 编辑
摘要: -(void)addBlankFrames:(NSArray<__kindof NSValue *> *)frames { UIBezierPath *path = self.blankPath?:[UIBezierPath bezierPath]; CGRect oldRect = CGRectZero; for (NSValue *value in frames) { CGRect frame 阅读全文
posted @ 2019-11-21 16:21 雨筱逸悠 阅读(547) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页