Archive for category MIT License

StartAtLoginController

A class that uses the new ServiceManagement api to allow apps to run at login.

Official StartAtLoginController repository

RXFutures

Futures are a way to represent the expected result of some asynchronous action. RXFuture is a class for handling cancellation and completion and the notification of either for asynchronous tasks.

Github Repository: https://github.com/robrix/RXFutures

SCFacebook

A simple and clean to implement login to facebook-ios-sdk using Blocks.

SCFacebook Github repository

NSTimer-JCSBlocks

An extension to NSTimer that allows you to pass a block to handle timer events instead of using a callback method.

Official NSTimer-JCSBlocks repository

BVPlistExtractor

Extracts a plist that has been embedded in the __TEXT __info_plist section of a binary file.

Official BVPlistExtractor repository

HGPageScrollView

UIScrollView for iPhone with horizontal paging like mobile Safari tabs.

Official HGPageScrollView repository

EMKeychain

A Cocoa wrapper for Keychain.

Official EMKeychain web site

KKGridView

A grid view class for iOS, like a UITableView where several items can be presented on one row (think Photos.app).

Official KKGridView repository

TPMultiLayoutViewController

A drop-in UIViewController subclass that automatically manages switching between different view layouts for portrait and landscape orientations.

Official TPMultiLayoutViewController repository
Blog post about TPMultiLayoutViewController

NoodleLineNumberView

An NSRulerView subclass for showing line numbers on the left of an NSTextView in an NSScrollView and setting “markers” (i.e. breakpoints in the style of Xcode).

Official NoodleLineNumberView site

NoodleKit repository