Aithusa

6pods
C360NavigationBar is a subclass of UINavigationBar with a solid appearance. It has two advantages over a stock opaque UINavigationBar:
It sets its bar colour based on your window's tintColor, and will dim when your window is dimmed (e.g. by an alert view or action sheet)
You can set a separate tintColor for your bar items, allowing the user to tell which elements are tappable.
License: MIT
A tintable UIPopoverBackgroundView subclass which mimics the system popover appearance.
License: MIT
A UISegmentedControl replacement which supports multiple rows. This is useful when embedding segmented controls with large numbers of segments in a fixed-width parent such as a table view.
The control is intended to be a drop-in replacement as far as possible. Segments can be packed horizontally or vertically, or into rows in an order-preserving manner, or a more space-efficient manner which may reorder the segments.
License: MIT
Tools to help with localising an iOS app. Currently this is a header file (L.h) with some convenience macros, and a script (L.rb) to check whether all your keys are included in your strings files.
License: MIT
A parent view controller for the iPad which manages a stack of controllers while keeping the top two controllers visible.
License: MIT
An iOS framework which allows you to define app workflows in XML.
License: MIT