GitHub - TeamMaestro/MEReactiveKit: A collection of classes that extend the UIKit framework, built on top of ReactiveCocoa. Compatible with iOS, 7.0+.

##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

###Cells

  • MERTableViewCell.h, UITableViewCell subclass that will only draw dividers when the cell is visible; also provides RACSignal instances that send highlighted and selected status

###Controls

###Views

  • MERView.h, UIView subclass that provides separator options similar to UITableViewCell, but applicable to all four sides
  • MERClockView.h, UIView subclass that displays a clock face representing a NSDate
  • MERNextPreviousInputAccessoryView.h, UIView subclass that manages a UIToolbar containing next, previous, and done items
  • MERScrollView.h, UIScrollView subclass that provides a gradient fade at the top and bottom of its content
  • MERTextView.h, UITextView subclass that provides a gradient fade at the top and bottom of its content as well as placeholder options

###View Controllers

  • MERViewController.h, UIViewController subclass that provides keyboard related methods as well as methods to manage the receiver's navigationItem and update it when appropriate
  • MERSlidingViewController.h, MERViewController subclass that implements the sliding doors navigation paradigm
  • MERSplitViewController.h, MERViewController subclass that implements a container similar to UISplitViewController
  • MERWebViewController.h, MERViewController subclass manages a UIWebView instance and provides appropriate toolbar and navigation items