Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leolovenet/leomvcnetworking

对 apple MVCNetworking 例子程序的学习与分析,添加了非常详细的运行原理注释.
https://github.com/leolovenet/leomvcnetworking

Last synced: about 1 month ago
JSON representation

对 apple MVCNetworking 例子程序的学习与分析,添加了非常详细的运行原理注释.

Awesome Lists containing this project

README

        

leoMVCNetworking
================

对 apple [MVCNetworking](https://developer.apple.com/library/ios/samplecode/MVCNetworking/Introduction/Intro.html) 例子程序的学习分析,添加了非常详细的运行原理注释.

-------

在对iOS的学习中,我保持"一行代码胜过千言万语"的原则,因此,感觉最快的方法就是看项目代码,用实例学习.
几经周折发现了这个 apple 官方自带项目很有代表性, 因此想深入研究一下 ios 网络编程.

在对这个项目代码进行学习的过程中,可以说大部分都是一行一行的看过来了.
学习到了很多,并做了注释.