Pinned Repositories
asi-http-request
Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
AvoidVCAndRCTBridgeLeakDemo
A demo repository to show how to avoid potential leaks of VC and bridge leaks using React Native.
Charts
Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
CocoaPods
The Cocoa Dependency Manager.
dynamic-behavior-solutions
A summary of possible solutions for implementing dynamic behaviors on iOS. Wax, Html + js, React Native and frameworks are included.
DynamicFramework
Create Cocoa Touch Framework with Xcode 6 and use it in the main app
grittymindy.github.io
MagicalRecordExampleApp
A demo to show how to use MagicalRecord in your app. Create, update, retrieve and background saving are shown in this example app.
NSURLProtocolDemo
a working example of using NSURLProtocol with ASI & NSURLConnection individually
grittymindy's Repositories
grittymindy/NSURLProtocolDemo
a working example of using NSURLProtocol with ASI & NSURLConnection individually
grittymindy/DynamicFramework
Create Cocoa Touch Framework with Xcode 6 and use it in the main app
grittymindy/asi-http-request
Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
grittymindy/AvoidVCAndRCTBridgeLeakDemo
A demo repository to show how to avoid potential leaks of VC and bridge leaks using React Native.
grittymindy/Charts
Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
grittymindy/CocoaPods
The Cocoa Dependency Manager.
grittymindy/dynamic-behavior-solutions
A summary of possible solutions for implementing dynamic behaviors on iOS. Wax, Html + js, React Native and frameworks are included.
grittymindy/grittymindy.github.io
grittymindy/MagicalRecordExampleApp
A demo to show how to use MagicalRecord in your app. Create, update, retrieve and background saving are shown in this example app.
grittymindy/MNetworking
A Networking framework based on ASI with the APIs following the pattern of AFN.
grittymindy/MVVMDemo
MVVM应用在iOS的Demo,主要通过经典的TableView来演示