iOS Frameworks
Mantle
Mantle makes it easy to write a simple model layer for your Cocoa or Cocoa Touch application.
Magical Record
Mogenerator
mogenerator is a command-line tool that, given an .xcdatamodel file, will generate two classes per entity. The first class, _MyEntity, is intended solely for machine consumption and will be continuously overwritten to stay in sync with your data model. The second class, MyEntity, subclasses _MyEntity, won't ever be overwritten and is a great place to put your custom logic.
AFNetworking
AFNetworking is a delightful networking library for iOS and Mac OS X
SBConstants
Generate a constants file by grabbing identifiers from storyboards in a project
ReactiveCocoa
ReactiveCocoa (RAC) is an Objective-C framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values.
RBStoryboardLink
Use RBStoryboardLink when you try to split your large storyboard to several one and you still want to glue these storyboard automatically.
SDWebImage
This library provides a category for UIImageView with support for remote images coming from the web
SDWebImage - Asynchronous image downloader with cache support with an UIImageView categoryCocoaLumberjack
CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for Mac and iOS.
CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework for Mac and iOS
评论(0)