TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2016 |
SPMSupports SPM | ✗ |
Maintained by Brendan Conron.
Note: This library is under continual development and is subject to change.
Reactify is a collection of classes and extensions, built on top of ReactiveCocoa to make building applications easier, to help you write less boilerplate, and to keep your code squeaky clean.
Reactify aims at duplicating every different form of push-based events in iOS with clean and concise Signal
s and SignalProducer
s for you to observe.
Reactify provides a ton of classes and extensions, from UIKit to operations on SignalProducer
s like retryIf
. It’s built for you to use what you please and extend what’s already there. If something’s not there that you want, submit a PR or file an issue!
See the documentation for detailed descriptions of all the different components.
UIControl
)UICollectionViewDelegate
extensionUITextField
UIButton
UIScrollView
UICollectionView
CALayer
NSNotificationCenter
Reactify is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Reactify"
Brendan Conron, [email protected] (feel free to tweet @startupthekid).
Reactify is available under the MIT license. See the LICENSE file for more info.