RMGallery
May 30, 2014 • Apache 2.0 License
A modular and lightweight gallery for iOS.
RMGallery is a Photos-like gallery with no dependencies. It supports asynchronous image loading, view controller transitions, gestures and zooming.
...
Lyt
April 22, 2014 • Apache 2.0 License
A UIView category to make autolayout (more) readable and less verbose. Write this:
[view lyt_centerInParent];
Instead of:
NSLayoutConstraint *centerXConstraint = [NSLayoutConstrain...
RMStore
September 01, 2013 • Apache 2.0 License
A lightweight iOS framework for In-App Purchases.
RMStore adds blocks and notifications to StoreKit, plus receipt verification and purchase management. All in one class without external depende...
RMShapedImageView
March 26, 2013 • Apache 2.0 License
A UIImageView subclass that ignores touches on transparent pixels, based on OBShapedButton by Ole Begemann.
RMShapedImageView does it magic by overriding pointInside:withEvent:. This method is c...