├── .gitignore ├── Images ├── AutoreleasePollPage Class.jpg ├── AutoreleasePoolPage Pop.jpg ├── AutoreleasePoolPage Push.jpg ├── AutoreleasePoolPage.jpg ├── Block_Layout.png ├── Handling Event.png ├── ObjectMemoryLayout.png ├── TCPHandshake.png ├── ca_architecture_2x.png ├── iOS Responder Chain.png ├── instance_class_metaclass.png ├── ios_frame_drop.png ├── message_forwarding.png ├── performSelector.png ├── priority-inversion@2x-72e6760c.png ├── wechat-stuck.jpeg ├── 图像渲染工作原理.png └── 进程内存分区.png ├── LICENSE ├── README.md ├── Runtime.md ├── Swift加强.md ├── iOS基础.md ├── 性能优化.md ├── 架构设计.md ├── 源码阅读.md ├── 直播技术.md ├── 算法.md ├── 网络.md └── 针对项目的问题.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/.gitignore -------------------------------------------------------------------------------- /Images/AutoreleasePollPage Class.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/AutoreleasePollPage Class.jpg -------------------------------------------------------------------------------- /Images/AutoreleasePoolPage Pop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/AutoreleasePoolPage Pop.jpg -------------------------------------------------------------------------------- /Images/AutoreleasePoolPage Push.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/AutoreleasePoolPage Push.jpg -------------------------------------------------------------------------------- /Images/AutoreleasePoolPage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/AutoreleasePoolPage.jpg -------------------------------------------------------------------------------- /Images/Block_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/Block_Layout.png -------------------------------------------------------------------------------- /Images/Handling Event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/Handling Event.png -------------------------------------------------------------------------------- /Images/ObjectMemoryLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/ObjectMemoryLayout.png -------------------------------------------------------------------------------- /Images/TCPHandshake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/TCPHandshake.png -------------------------------------------------------------------------------- /Images/ca_architecture_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/ca_architecture_2x.png -------------------------------------------------------------------------------- /Images/iOS Responder Chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/iOS Responder Chain.png -------------------------------------------------------------------------------- /Images/instance_class_metaclass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/instance_class_metaclass.png -------------------------------------------------------------------------------- /Images/ios_frame_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/ios_frame_drop.png -------------------------------------------------------------------------------- /Images/message_forwarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/message_forwarding.png -------------------------------------------------------------------------------- /Images/performSelector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/performSelector.png -------------------------------------------------------------------------------- /Images/priority-inversion@2x-72e6760c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/priority-inversion@2x-72e6760c.png -------------------------------------------------------------------------------- /Images/wechat-stuck.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/wechat-stuck.jpeg -------------------------------------------------------------------------------- /Images/图像渲染工作原理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/图像渲染工作原理.png -------------------------------------------------------------------------------- /Images/进程内存分区.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Images/进程内存分区.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/README.md -------------------------------------------------------------------------------- /Runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Runtime.md -------------------------------------------------------------------------------- /Swift加强.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/Swift加强.md -------------------------------------------------------------------------------- /iOS基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/iOS基础.md -------------------------------------------------------------------------------- /性能优化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/性能优化.md -------------------------------------------------------------------------------- /架构设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/架构设计.md -------------------------------------------------------------------------------- /源码阅读.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/源码阅读.md -------------------------------------------------------------------------------- /直播技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/直播技术.md -------------------------------------------------------------------------------- /算法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/算法.md -------------------------------------------------------------------------------- /网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/网络.md -------------------------------------------------------------------------------- /针对项目的问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buptwsgprivate/iOSInterview/HEAD/针对项目的问题.md --------------------------------------------------------------------------------