草 稿

iOS Frameworks

Frameworks used in daily development.

  1. Mantle

    Mantle makes it easy to write a simple model layer for your Cocoa or Cocoa Touch application.

  2. Magical Record

  3. 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.

  4. AFNetworking

    AFNetworking is a delightful networking library for iOS and Mac OS X

  5. SBConstants

    Generate a constants file by grabbing identifiers from storyboards in a project

  6. ReactiveCocoa

    ReactiveCocoa (RAC) is an Objective-C framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values.

  7. RBStoryboardLink

    Use RBStoryboardLink when you try to split your large storyboard to several one and you still want to glue these storyboard automatically.

  8. SDWebImage

    This library provides a category for UIImageView with support for remote images coming from the web

  9. CocoaLumberjack

    CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for Mac and iOS.

评论(0