CocoaPods Famous Repo

CocoaPods Famous Repo

Guide With Most Stars

1、TimLiu-iOS
iOS开发常用三方库、插件、知名博客等等

2、vsouza/awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects http://awesomeios.com

3、Open-Source iOS Apps
Collaborative List of Open-Source iOS Apps

4、GitHunter.info
git hunter

Read Open Source

1、WebViewJavascriptBridge
An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews
2、SnapKit/Masonry
Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
3、rs/SDWebImage
Asynchronous image downloader with cache support as a UIImageView category http://cocoadocs.org/docsets/SDWebImage
4、facebookarchive/AsyncDisplayKit
Smooth asynchronous user interfaces for iOS apps. http://asyncdisplaykit.org
5、probablycorey/wax
Wax is now being maintained by alibaba https://github.com/alibaba/wax
6、bang590/JSPatch
JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App.
7、ibireme/YYKit
A collection of iOS components.
8、AFNetworking/AFNetworking
A delightful networking framework for iOS, OS X, watchOS, and tvOS. http://afnetworking.com
9、facebook/KVOController
Simple, modern, thread-safe key-value observing for iOS and OS X.
源码分析:

  • FBKVOController代码优雅,使用简单,值得推荐
  • FBKVOController 源码解析

10、jsonmodel/jsonmodel
Magical Data Modeling Framework for JSON - allows rapid creation of smart data models. You can use it in your iOS, macOS, watchOS and tvOS apps.
源码分析:

  • JSONModel源码解析

你可能感兴趣的:(CocoaPods Famous Repo)