SHUIKitBlocks 2.3.2

SHUIKitBlocks 2.3.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Seivan Heidari.



 
Depends on:
SHActionSheetBlocks~> 2.3.1
SHAlertViewBlocks~> 1.2.1
SHBarButtonItemBlocks~> 1.2.1
SHControlBlocks~> 1.2.1
SHGestureRecognizerBlocks~> 1.1.1
SHNavigationControllerBlocks~> 2.1.1
SHPopoverControllerBlocks~> 1.2.1
SHSegueBlocks~> 1.2.3
SHTabBarControllerBlocks~> 2.0.1
SHTextFieldBlocks~> 1.1.1
SHTextViewBlocks~> 1.1.1
SHWebViewBlocks~> 1.3.1
SHTransitionBlocks~> 1.0.1
 

  • By
  • Seivan Heidari

Prefixed Blocks for UIKit on categories without libffi and swizzling

SHUIKitBlocks allows you to use blocks instead of delegates for most of UIKit without any hacks or libffi dependencies. Works perfectly on 64bit (iPhone 5s)

This pod is part of a many components covering to plug the holes missing from Foundation, UIKit, CoreLocation, GameKit, MapKit and other aspects of an iOS application's architecture. Other components are:

Install

pod 'SHUIKitBlocks' #for iOS 7
pod 'SHUIKitBlocks', '~> 1.6.0' # for iOS 6

Dependency Status

Library Tests Version Platform License
SHAlertViewBlocks
SHControlBlocks
SHSegueBlocks
SHNavigationControllerBlocks
SHWebViewBlocks
SHPopoverControllerBlocks
SHBarButtonItemBlocks
SHActionSheetBlocks
SHGestureRecognizerBlocks
SHTextFieldBlocks
SHTextViewBlocks
SHTabBarControllerBlocks
SHTransitionBlocks

Import

Per Library

#import "<Library>.h"

For everything

#import "SHUIKitBlocks.h"

Contact

If you end up using SHUIKitBlocks in a project, I'd love to hear about it.

email: [email protected]
twitter: @seivanheidari

License

SHUIKitBlocks is © 2013 Seivan and may be freely distributed under the MIT license. See the LICENSE.md file.