Skip to content

summerHearts/iOS-Source-Probe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(图片设计:冬瓜

Link

介绍页:iOS-Source-Probe 知乎专栏:iOS 源码探求

Description

为什么要做这个仓库的原因,是为了促进自己阅读代码,从而巩固自身基础。从非科班出身、acm的错误洗礼下,本人需要认识更多的底层知识,从而纠正自己对Computer Science的观念。我将自己理解和阅读的一些源码、文档的笔记与博文与大家分享,接受希望大家的指正。倘若你有兴趣和我一起来阅读源码并分享阅读笔记,可以发起pull request

如有疑问,可以在issue中发起。讨论得出结论,才能获得进步。

本仓库的源码分享暂时以Objective-CSwiftC++CPython为主,这些是笔者日常接触的语言。如果想与笔者交流,可以关注新浪微博 @冬瓜争做全栈瓜

另外,也可以访问作者个人blog来阅读:http://www.desgard.com

Content

Language Framework Version Article
Objective-C <objc/runtime.h> 浅谈Associated Objects
weak 弱引用的实现方式
objc_msgSend消息传递学习笔记 - 对象方法消息传递流程
objc_msgSend消息传递学习笔记 - 消息转发
用 isa 承载对象的类信息
浅谈 block(1) - clang 改写后的 block 结构
浅谈 block(2) - 截获变量方式
Objective-C Foundation 从经典问题来看 Copy 方法
Objective-C SDWebImage v3.8.1 SDWebImage Source Probe: WebCache
SDWebImage Source Probe: Manager
SDWebImage Source Probe: Downloader

Errata

可以发起issue或者pull request进行勘误。

The MIT License (MIT)

Copyright (c) 2016 Desgard_Duan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%