上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页
摘要: #import "ViewController.h" #import <ARKit/ARKit.h> @interface ViewController () <ARSCNViewDelegate,ARSessionDelegate> #define YDUseARConfiguration ARW 阅读全文
posted @ 2020-11-27 13:40 雨筱逸悠 阅读(470) 评论(0) 推荐(0) 编辑
摘要: https://www.sunyazhou.com/#blog 好文集合 https://juejin.im/post/6844903545636913159 OC编程规范 https://juejin.im/post/6844903474312773646 Block详解 https://www. 阅读全文
posted @ 2020-11-17 19:13 雨筱逸悠 阅读(60) 评论(0) 推荐(0) 编辑
摘要: - (void)updateWithYValue:(CGFloat)newY { if (!isnan(newY)) { if (!_shouldResetConfiguration) { _minValue = newY; _maxValue = newY; _startValue = NO; _ 阅读全文
posted @ 2020-10-26 18:15 雨筱逸悠 阅读(280) 评论(0) 推荐(0) 编辑
摘要: KVO使用的方法 /** * Used by Foundation's Key-Value Observing. * * @warning Do not call this function yourself. */ OBJC_EXPORT Class objc_duplicateClass(Cla 阅读全文
posted @ 2020-10-19 16:05 雨筱逸悠 阅读(92) 评论(0) 推荐(0) 编辑
摘要: [NSThread detachNewThreadWithBlock:^{ pid_t p1 = fork(); pid_t p2 = fork(); NSLog(@"当前线程%@ 1:%d",[NSThread currentThread],p1); NSLog(@"当前线程%@ 2:%d",[N 阅读全文
posted @ 2020-10-10 19:00 雨筱逸悠 阅读(119) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-10 14:27 雨筱逸悠 阅读(9) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-17 17:52 雨筱逸悠 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-17 09:42 雨筱逸悠 阅读(22) 评论(0) 推荐(0) 编辑
摘要: dispatch_semaphore_t lock = dispatch_semaphore_create(1); dispatch_async(dispatch_get_global_queue(0, 0), ^{ NSLog(@"任务1"); dispatch_semaphore_wait(lo 阅读全文
posted @ 2020-09-10 19:23 雨筱逸悠 阅读(648) 评论(0) 推荐(0) 编辑
摘要: - (void)drawRadialGradient:(CGContextRef)context path:(CGPathRef)path startColor:(CGColorRef)startColor endColor:(CGColorRef)endColor { CGColorSpaceRe 阅读全文
posted @ 2020-09-10 11:37 雨筱逸悠 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页