Scott Kensell

2pods

MXCardsSwipingView

It's a lightweight UIView to extract the pan gesture and animations involved in the card swiping paradigm which has become so popular. Other card-swiping libraries try to do too much IMO and make it hard to customize. To use it, you simply instantiate a MXCardsSwipingView and enqueue cards. You can enqueue more cards when its delegate methods are called. And the card you enqueue can optionally conform to the MXSwipableCard protocol to provide additional customizability (e.g. fading views in on swipe left or right).

License: MIT

  • Objective C

MXRMessenger

MXRMessenger is a lightweight UI chat component built on top of Texture (formerly AsyncDisplayKit). The ViewController subspec features a pleasantly dismissable keyboard accessorry view and toolbar. The MessageCell subspec features a Facebook-style chat bubble-grouping system.

License: MIT

  • Objective C