A class that uses the new ServiceManagement api to allow apps to run at login.
Archive for category MIT License
StartAtLoginController
Dec 11
RXFutures
Nov 28
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
Nov 27
A simple and clean to implement login to facebook-ios-sdk using Blocks.
NSTimer-JCSBlocks
Nov 27
An extension to NSTimer that allows you to pass a block to handle timer events instead of using a callback method.
BVPlistExtractor
Oct 18
Extracts a plist that has been embedded in the __TEXT __info_plist section of a binary file.
HGPageScrollView
Oct 3
UIScrollView for iPhone with horizontal paging like mobile Safari tabs.
EMKeychain
Sep 20
KKGridView
Sep 7
A grid view class for iOS, like a UITableView where several items can be presented on one row (think Photos.app).
TPMultiLayoutViewController
Aug 14
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
Jul 30
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).