Me
November 28, 2016 • MIT License
A super slim and in-place solution to the "nested asynchronous computations" problem
WCSAlertController
November 15, 2016 • Apache 2.0 License
UIAlertController example with a few extra parameters and completion block.
ARDetector
July 03, 2015 • MIT License
CIDetector, AVCaptureVideoDataOutput and AVCaptureMetadataOutput categories. With face, rectangle, QR Code, the future text CIDetector and blocks for AVCaptureOutput handling.
DeepLink SDK
January 13, 2015 • MIT License
The Button DeepLink SDK is a splendid route-matching, block-based way to handle your deep links. Rather than decide how to format your URLs, parse them, pass data, and navigate to specific content ...
AMBTableViewController
September 28, 2014 • Apache 2.0 License
Storyboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.
BHTKeyboardAnimationBlocks
June 21, 2014 • MIT License
UIViewController category making life easier when working with animations on keybard appearing/disappearing. Provides a simple block based API to set animations to be performed on each of UIKeyboar...
NSObject+CLFNotificationObserver
May 10, 2014 • MIT License
A category on NSObject for creating NSNotification observers that handle the weakSelf/strongSelf dance for you.
InstagramKit
February 17, 2014 • MIT License
A neat little blocks-based Objective C wrapper for the Instagram API.
It readily parses the JSON responses on a background thread and does the dirty work for you so you just have to deal with In...
RFKeyboardToolbar
December 05, 2013 • MIT License
This is a flexible UIView and UIButton subclass to add customized buttons and toolbars to your UITextFields/UITextViews.
This is used in https://www.cocoacontrols.com/controls/rfmarkdowntextvi...
SHUIKitBlocks
August 25, 2013 • MIT License
Prefixed Blocks for UIKit on categories _without_ libffi and swizzling
Contains:
* SHAlertViewBlocks => UIAlertView
* SHControlBlocks => UIControl
...
UIWebView-Blocks
August 15, 2013 • MIT License
A simple category implementation of UIWebView with Blocks instead of a messy delegate.
IAElegantSheet
August 04, 2013 • MIT License
Replacing UIActionSheet with elegance. Elegant to see and elegant to code.
SHActionSheetBlocks
July 08, 2013 • MIT License
Block based syntax for UIActionSheet without the need for libffi or swizzling.
pod 'SHActionSheetBlocks', '~> 1.1.0'
PBPayPalPaymentViewController
March 18, 2013 • BSD License
This is a subclass of PayPalPaymentViewController which adds the ability to use blocks instead of delegates.
FSExtendedAlertKit
March 02, 2013 • BSD License
Simple replacement for UIAlertView and UIActionSheet with block callbacks, and quick access to alerts with UIActivityIndicatorView and UIProgressView subviews.
RFQuiltLayout
February 27, 2013 • MIT License
RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a mason laying bricks.
* Fast
* Insert/Delete animation friendly
* Dynamic layouts however you'd...
MNMRemoteImageView
February 14, 2013 • BSD License
`MNMRemoteImageView` is a simple drop-in replacement for `UIImageView` that asynchronously shows an image downloaded from an URL. You can use the control as a regular `UIImageView`.
UIBAlertView
February 06, 2013 • BSD License
Basic UIAlertView functionality with block callback. Enjoy :]
http://stavash.wordpress.com/2013/01/31/quick-tip-uialertview-with-a-block-callback/
action-sheet-blocks
February 04, 2013 • BSD License
Category of `UIActionSheet` that offers a completion handler to listen to interaction. This avoids the need of the implementation of the delegate pattern.