Lee Pollard

3pods

NSURLSession-Resplendent

Restful NSURLSession implementation. Effectively uses NSURLSession to replace AFNetworking.

License: MIT

  • Objective C

ResplendentUtilities

An Objective-C library for all kinds of things

License: MIT

  • Objective C

RUTextSize

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

  • Objective C