Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mz2/cocoa-configurations
- Owner: mz2
- License: other
- Created: 2013-06-16T18:00:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T18:02:23.000Z (over 11 years ago)
- Last Synced: 2024-10-19T23:23:51.805Z (28 days ago)
- Language: Objective-C
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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