08 2020 档案

摘要:底层UIScrollView重写以下代理 @interface YDScrollView : UIScrollView <UIGestureRecognizerDelegate> @end @implementation YDScrollView -(BOOL)gestureRecognizer:( 阅读全文
posted @ 2020-08-28 11:25 雨筱逸悠 阅读(178) 评论(0) 推荐(0) 编辑
摘要:学习常见设计模式的好地方 https://design-patterns.readthedocs.io/zh_CN/latest/read_uml.html 阅读以下作者博文所理解: https://www.jianshu.com/u/3f0075454d65 1.将一个属性/功能可取舍的对象/功能 阅读全文
posted @ 2020-08-21 14:34 雨筱逸悠 阅读(509) 评论(0) 推荐(0) 编辑
摘要:/* * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Co 阅读全文
posted @ 2020-08-20 18:44 雨筱逸悠 阅读(1024) 评论(0) 推荐(0) 编辑
摘要:// eventType 入参表示函数对应触发的条件 // 定义一个全局函数,声明不被优化,存储到mach-o的section信息中 // 如下存储的参数名为(eventType连接Func),后期根据此名称取值 #define HF_Init_Func_For(eventType) \ stati 阅读全文
posted @ 2020-08-17 17:46 雨筱逸悠 阅读(3077) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/221e03289546 https://blog.csdn.net/prike/article/details/73649331 程序运行错误致命错误信息对应关系 https://blog.csdn.net/fanyun_01/article/d 阅读全文
posted @ 2020-08-14 14:57 雨筱逸悠 阅读(106) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/mzpmzk/article/details/80824839 protocolBuffer基本使用 写一个.proto数据字段配置说明文件,通过命令生成对应语言版本的代码文件(继承自GPBMessage且不可被继承) 也就是说主要要做的是,熟悉.prot 阅读全文
posted @ 2020-08-14 11:23 雨筱逸悠 阅读(212) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/72982ef57917 stringWithFormat创建出来的字符串retainCount就是2,如果是withUTF8String就是1 如果是字符串是字符串常量或者NSTaggedPointerString,只要是拷贝为非可变字符串(从可 阅读全文
posted @ 2020-08-13 11:02 雨筱逸悠 阅读(131) 评论(0) 推荐(0) 编辑
摘要:https://halfrost.com/objc_runtime_isa_class/ https://tech.meituan.com/2015/03/03/diveintocategory.html https://tech.meituan.com/2018/12/06/waimai-ios- 阅读全文
posted @ 2020-08-11 11:19 雨筱逸悠 阅读(96) 评论(0) 推荐(0) 编辑
摘要:https://baijiahao.baidu.com/s?id=1668544039877443967&wfr=spider&for=pc 阅读全文
posted @ 2020-08-10 17:22 雨筱逸悠 阅读(124) 评论(0) 推荐(0) 编辑
摘要:https://cloud.tencent.com/developer/article/1513387 查看Xcode编译器版本 https://trac.macports.org/wiki/XcodeVersionInfo 阅读全文
posted @ 2020-08-10 17:12 雨筱逸悠 阅读(185) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/article/160364.htm https://mp.weixin.qq.com/s?__biz=MzA5NzMwODI0MA==&mid=2647767819&idx=1&sn=f5819a289a54495b479f202b0f1777ac&chk 阅读全文
posted @ 2020-08-04 16:39 雨筱逸悠 阅读(112) 评论(0) 推荐(0) 编辑
摘要:https://developer.apple.com/library/archive/navigation/ 阅读全文
posted @ 2020-08-04 15:08 雨筱逸悠 阅读(85) 评论(0) 推荐(0) 编辑
摘要:// // YDVideoReaderOutput.m // SportsBar // // Created by mac on 2020/8/3. // Copyright © 2020 yuedong. All rights reserved. // #import "YDVideoReader 阅读全文
posted @ 2020-08-04 10:08 雨筱逸悠 阅读(279) 评论(0) 推荐(0) 编辑