Aithusa

6pods

C360NavigationBar

C360NavigationBar is a subclass of UINavigationBar with a solid appearance. It has two advantages over a stock opaque UINavigationBar:

  1. 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)

  2. You can set a separate tintColor for your bar items, allowing the user to tell which elements are tappable.

License: MIT

  • Objective C

C360PopoverBackgroundView

A tintable UIPopoverBackgroundView subclass which mimics the system popover appearance.

License: MIT

  • Objective C

C360SegmentedControl

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

  • Objective C

ltools

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

  • Objective C

SGBDrillDownController

A parent view controller for the iPad which manages a stack of controllers while keeping the top two controllers visible.

License: MIT

  • Objective C

WorkflowSchema

An iOS framework which allows you to define app workflows in XML.

License: MIT

  • Objective C