Richard Reitzfeld

6pods
Provides RPLPhotoLibraryView
, a class which shows the users gallery images in a collection view with 3 columns, and scrolls vertically.
Can flip the order with property reverseAssetOrder
, and can be told to scroll to the top of the colleciton view.
Offers two delegates:
* assetSelectionDelegate
- for handling when the user selects an asset.
* scrollDelegate
- offers a few methods for handling scrolling events.
TODO: Add long description of the pod here.
License: MIT
Asynchronously performs operations while observing for reachability.
License: MIT
Provides RUImageCaptureView
, a subclass of UIView
that displays video input from camera devices. Provides a few properties to control some other camera-related features.
License: MIT
Provides code for determining the size of text. * RUAttributesDictionaryBuilder: Used for setting text-related attributes, and create an attributes dictionary with the proper iOS keys and values, given the properties set. * NSString+RUTextSize: Gets size of an NSString. * NSAttributedString+RUTextSize: Gets size of an NSAttributedString.
Provides category methods on common text-related UI components to get their text sizes. * UILabel+RUTextSize * UIButton+RUTextSize * UITextField+RUTextSize * UITextView+RUTextSize
Also provides category methods for absorbing the properties set on an instance of RUAttributesDictionaryBuilder
.
* UILabel+RUAttributesDictionaryBuilder
License: MIT