Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonbrown21/iTunes-Table-Header
A collection of subclasses and classes to make any table view look like that in the iTunes program. Includes custom row alternating colors and highlight colors.
https://github.com/jonbrown21/iTunes-Table-Header
Last synced: about 1 month ago
JSON representation
A collection of subclasses and classes to make any table view look like that in the iTunes program. Includes custom row alternating colors and highlight colors.
- Host: GitHub
- URL: https://github.com/jonbrown21/iTunes-Table-Header
- Owner: jonbrown21
- License: mit
- Archived: true
- Created: 2013-11-02T19:24:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T07:47:23.000Z (about 10 years ago)
- Last Synced: 2023-03-24T00:39:07.772Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.jonbrown.org/sample-code/
- Size: 550 KB
- Stars: 37
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - iTunes-Table-Header - A collection of subclasses and classes to make any table view look like that in the iTunes program. Includes custom row alternating colors and highlight colors. (etc)
- awesome - iTunes-Table-Header - A collection of subclasses and classes to make any table view look like that in the iTunes program. Includes custom row alternating colors and highlight colors. (etc)
README
iTunes-Table-Header
===================A complete collection of subclasses and classes to make any table view look like that in the iTunes program. Includes custom row alternating colors and highlight colors.
![ScreenShot](https://raw.githubusercontent.com/jonbrown21/iTunes-Table-Header/Yosimite/screenshots/window.png)
iTableStyle
===================
A subclass of NSTableView that styles the select color of the rows the behavior of the NSTableView and calculates exactly how many rows to re-draw with the custom color or gradient.iHeaderStyle
===================
An image free class that styles the Header Row a class of NSTableHeaderCell it not only draws a nice grey gradient color it also includes the disclosure toggle triangles for sort view.iArrayController
===================
A subclass of NSArrayController shows how to programatically pre-sort a column in an NSTableView.Sample Application - iTunes Style
===================
Included is a Sample Application that shows you how to connect all the pieces and allows you to play with adding and removing lines of data from the table view.Enjoy!
-- Jon Brown