https://github.com/mmower/pastackedlistview
A custom NSView subclass that displays a set of stackable boxes that can be expanded and collapsed
https://github.com/mmower/pastackedlistview
Last synced: 10 months ago
JSON representation
A custom NSView subclass that displays a set of stackable boxes that can be expanded and collapsed
- Host: GitHub
- URL: https://github.com/mmower/pastackedlistview
- Owner: mmower
- License: mit
- Created: 2008-09-01T18:39:14.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2008-09-01T18:58:36.000Z (almost 18 years ago)
- Last Synced: 2023-04-10T21:13:01.898Z (about 3 years ago)
- Language: Objective-C
- Homepage:
- Size: 131 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# PAStackedListView
by Tomas Franzén
## Introduction
This is a Cocoa NSView subclass that displays a stacked list of boxes that can be expanded and collapsed using disclosure triangles. PAStackedListView manages animations of boxes opening
and closing. This makes the control ideal for building interfaces such as an inspector where it is not desirable that all information be visible at the same time.
## License
This code is published under the MIT license. See the included LICENSE file.
## Notes
Note: This code has been published to Github with the permission of the author.