Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 10 KB

README.md

File metadata and controls

73 lines (50 loc) · 10 KB

Deprecated please use RxCocoa with RxSwift

SHUIKitBlocks

CI Status Version Platform License

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 | CI Status | Version | Platform | License | SHControlBlocks | CI Status | Version | Platform | License | SHSegueBlocks | CI Status | Version | Platform | License | SHNavigationControllerBlocks | CI Status | Version | Platform | License | SHWebViewBlocks | CI Status | Version | Platform | License | SHPopoverControllerBlocks | CI Status | Version | Platform | License | SHBarButtonItemBlocks | CI Status | Version | Platform | License | SHActionSheetBlocks | CI Status | Version | Platform | License | SHGestureRecognizerBlocks | CI Status | Version | Platform | License | SHTextFieldBlocks | CI Status | Version | Platform | License | SHTextViewBlocks | CI Status | Version | Platform | License | SHTabBarControllerBlocks | CI Status | Version | Platform | License | SHTransitionBlocks | CI Status | Version | Platform | License

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: seivan.heidari@icloud.com
twitter: @seivanheidari

License

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