├── README.md ├── docs ├── 00、目录.md ├── 01-01、计算机网络 L1.md ├── 01-02、HTTP和HTTPS协议 L2.md ├── 01-03、TCP 和 UDP 协议 L3.md ├── 01-04、设计模式 L4.md ├── 01-05、数据结构和算法(空).md ├── 01-06、编译链接启动 L5.md ├── 01-07、数据加密 L6.md ├── 02-01、KVC与KVO L7.md ├── 02-02、分类与关联对象 L8.md ├── 02-03、block L9.md ├── 02-04、多线程 L10.md ├── 02-05、内存管理 L11.md ├── 02-06、Runtime L12.md ├── 02-07、Runloop L13.md ├── 03-01、UIKit L14.md ├── 03-02、事件处理 L15.md ├── 03-03、动画 L16.md ├── 03-04、网络编程(空).md ├── 03-05、OC与WebView交互(空) L17.md ├── 04-01、性能优化 L18.md ├── 04-02、组件化 L19.md ├── 04-03、音视频技术(空) L20.md ├── 04-04、线上卡顿检测 L21.md ├── 04-05、无埋点技术(空) L22.md └── 05-01、源码解读(空) L23.md └── res ├── 001.jpg ├── 002.jpg ├── 003.png ├── 004.png ├── 005.png ├── 006.png ├── 007.png ├── 008.png ├── 009.png ├── 010.png ├── 011.png ├── 012.png ├── 013.png ├── 014.png ├── 015.png ├── 016.png ├── 017.png └── 018.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/README.md -------------------------------------------------------------------------------- /docs/00、目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/00、目录.md -------------------------------------------------------------------------------- /docs/01-01、计算机网络 L1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-01、计算机网络 L1.md -------------------------------------------------------------------------------- /docs/01-02、HTTP和HTTPS协议 L2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-02、HTTP和HTTPS协议 L2.md -------------------------------------------------------------------------------- /docs/01-03、TCP 和 UDP 协议 L3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-03、TCP 和 UDP 协议 L3.md -------------------------------------------------------------------------------- /docs/01-04、设计模式 L4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-04、设计模式 L4.md -------------------------------------------------------------------------------- /docs/01-05、数据结构和算法(空).md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/01-06、编译链接启动 L5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-06、编译链接启动 L5.md -------------------------------------------------------------------------------- /docs/01-07、数据加密 L6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/01-07、数据加密 L6.md -------------------------------------------------------------------------------- /docs/02-01、KVC与KVO L7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-01、KVC与KVO L7.md -------------------------------------------------------------------------------- /docs/02-02、分类与关联对象 L8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-02、分类与关联对象 L8.md -------------------------------------------------------------------------------- /docs/02-03、block L9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-03、block L9.md -------------------------------------------------------------------------------- /docs/02-04、多线程 L10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-04、多线程 L10.md -------------------------------------------------------------------------------- /docs/02-05、内存管理 L11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-05、内存管理 L11.md -------------------------------------------------------------------------------- /docs/02-06、Runtime L12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-06、Runtime L12.md -------------------------------------------------------------------------------- /docs/02-07、Runloop L13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/02-07、Runloop L13.md -------------------------------------------------------------------------------- /docs/03-01、UIKit L14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/03-01、UIKit L14.md -------------------------------------------------------------------------------- /docs/03-02、事件处理 L15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/03-02、事件处理 L15.md -------------------------------------------------------------------------------- /docs/03-03、动画 L16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/03-03、动画 L16.md -------------------------------------------------------------------------------- /docs/03-04、网络编程(空).md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/03-05、OC与WebView交互(空) L17.md: -------------------------------------------------------------------------------- 1 | [iOS开发中webview和OC交互](https://blog.csdn.net/weixin_40876113/article/details/82852709) 2 | 3 | -------------------------------------------------------------------------------- /docs/04-01、性能优化 L18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/04-01、性能优化 L18.md -------------------------------------------------------------------------------- /docs/04-02、组件化 L19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/04-02、组件化 L19.md -------------------------------------------------------------------------------- /docs/04-03、音视频技术(空) L20.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/04-04、线上卡顿检测 L21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/docs/04-04、线上卡顿检测 L21.md -------------------------------------------------------------------------------- /docs/04-05、无埋点技术(空) L22.md: -------------------------------------------------------------------------------- 1 | 2 | # 资料 3 | [iOS无埋点SDK实现思路](https://www.jianshu.com/p/f9fa983e78aa) -------------------------------------------------------------------------------- /docs/05-01、源码解读(空) L23.md: -------------------------------------------------------------------------------- 1 | https://github.com/huang303513/SourceCodeResearchAndExploration -------------------------------------------------------------------------------- /res/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/001.jpg -------------------------------------------------------------------------------- /res/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/002.jpg -------------------------------------------------------------------------------- /res/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/003.png -------------------------------------------------------------------------------- /res/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/004.png -------------------------------------------------------------------------------- /res/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/005.png -------------------------------------------------------------------------------- /res/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/006.png -------------------------------------------------------------------------------- /res/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/007.png -------------------------------------------------------------------------------- /res/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/008.png -------------------------------------------------------------------------------- /res/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/009.png -------------------------------------------------------------------------------- /res/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/010.png -------------------------------------------------------------------------------- /res/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/011.png -------------------------------------------------------------------------------- /res/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/012.png -------------------------------------------------------------------------------- /res/013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/013.png -------------------------------------------------------------------------------- /res/014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/014.png -------------------------------------------------------------------------------- /res/015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/015.png -------------------------------------------------------------------------------- /res/016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/016.png -------------------------------------------------------------------------------- /res/017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/017.png -------------------------------------------------------------------------------- /res/018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengwj/iOSInterview/HEAD/res/018.jpg --------------------------------------------------------------------------------