##MEReactiveKit
A collection of classes that extend the UIKit framework, built on top of ReactiveCocoa. Compatible with iOS, 7.0+.
###Documentation
The headers are documented. Read them.
###Tests
Nope.
###Categories
- UIScrollView+MERPaginatedScrollingExtensions.h, methods to add paginated scrolling to any
UIScrollViewinstance
###Cells
- MERTableViewCell.h,
UITableViewCellsubclass that will only draw dividers when the cell is visible; also providesRACSignalinstances that sendhighlightedandselectedstatus
###Controls
- MERTextField,
UITextFieldsubclass that provides separate edge insets fortext,leftView, andrightView - MERPickerViewButton.h,
UIButtonsubclass that manages aUIPickerViewas itsinputView - MERDatePickerViewButton.h,
UIButtonsubclass that manages aUIDatePickerViewas itsinputView
###Views
- MERView.h,
UIViewsubclass that provides separator options similar toUITableViewCell, but applicable to all four sides - MERClockView.h,
UIViewsubclass that displays a clock face representing aNSDate - MERNextPreviousInputAccessoryView.h,
UIViewsubclass that manages aUIToolbarcontaining next, previous, and done items - MERScrollView.h,
UIScrollViewsubclass that provides a gradient fade at the top and bottom of its content - MERTextView.h,
UITextViewsubclass that provides a gradient fade at the top and bottom of its content as well as placeholder options
###View Controllers
- MERViewController.h,
UIViewControllersubclass that provides keyboard related methods as well as methods to manage the receiver'snavigationItemand update it when appropriate - MERSlidingViewController.h,
MERViewControllersubclass that implements the sliding doors navigation paradigm - MERSplitViewController.h,
MERViewControllersubclass that implements a container similar toUISplitViewController - MERWebViewController.h,
MERViewControllersubclass manages aUIWebViewinstance and provides appropriate toolbar and navigation items