Archive for category MIT License

NSMutableDictionary+ImageMetadata

Category on NSMutableDictionary for populating it more easily with EXIF data (CGImageProperties) for use with ALAssetLibrary’s -(void) writeImageToSavedPhotosAlbum:metadata:completionBlock:.

Note: There are numerous warnings and pitfalls in header comments you should read before you use this.

Documentation (blog post)
Available in the GusUtils repository

JTextView

A UITextView replacement which supports an NSAttributedString text store. This allows the display of rich text.

Official JTextView repository

SDWebImage

Asynchronous image downloader with cache support with an UIImageView category.

Official SDWebImage repository

Remote Control Wrapper

An Objective-C class to interact with the Apple Remote Control.

Official Remote Control Wrapper web site

Objection

A lightweight dependency injection framework for Objective-C.

Official Objection web site
Official Objection repository

KTOneFingerRotationGestureRecognizer

A custom UIGestureRecognizer for doing one finger rotations in iOS apps.

Official KTOneFingerRotationGestureRecognizer repository

Kal

A calendar component for the iPhone (the UI is designed to match MobileCal).

Official Kal repository

CHLayoutManager

Positioning and sizing constraints on views.

Official CHLayoutManager repository

TouchXML

A lightweight, libxml2-based XML parser replacement for Cocoa’s NSXML* cluster of classes.

Official TouchXML repository

InstapaperKit

An Objective-C framework to access the full Instapaper API.

Official InstapaperKit repository