David House

5pods

DAHAttributed

Creating NSAttributedStrings involve quite a bit of boilerplate code, but with Attributed, creating them is easy.

License: MIT

  • Swift

DHJobController

An Objective-C wrapper to control NSOperations jobs.

License: MIT

  • Objective C

DHLoadingIndicatorView

DHLoadingIndicatorView is a view to use when you are loading content in the background and want to let the user know that something is happening. The view contains an animated activity indicator along with an optional text label.

There are many customizable features of the view to fit your UI.

License: MIT

  • Objective C

DHStyleString

Create a stylespec (similar to CSS) and then apply it to single strings, multiline strings, or just embed style tags in a large set of text. Result is a NSAttributedString. Much easier than trying to create all of the style dictionaries by hand.

License: MIT

  • Objective C

Freddy

Freddy is a reusable framework for parsing JSON in Swift. Its primary goal is to faciliate the safe parsing of JSON, while also preserving the ease of use presented by parsing JSON in Objective-C.

License: MIT

  • Swift