Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mz2/cocoa-configurations

Fork of https://bitbucket.org/kluivers/cocoa-configurations
https://github.com/mz2/cocoa-configurations

Last synced: 25 days ago
JSON representation

Fork of https://bitbucket.org/kluivers/cocoa-configurations

Awesome Lists containing this project

README

        

# Cocoa Configurations

A configurations control for customizable inspector panels that mimic the Xcode inspector style as close as possible.

Existing implementations trying to achieve the same already existed but lacked in details and quality.

## Features

- A view based `NSOutlineView`. This makes it easy to load custom inspector views from XIBs.
- Xcode color scheme and types
- Entire section header is clickable, in addition to just the disclosure indicator.

One way this implementation differs from the Xcode inspector is it's collapse animation, which is standard functionality of the `NSOutlineView` and actually looks nicer.

![Configuration Example][config-example]

## Ways to achieve this look

[config-example]: http://joris.kluivers.nl/images/config-example.png