MDSectionedTableView is a rewrite of UIKit
's UITableView
for Mac OS X. This
repository serves to demonstrate and test the MDSectionedTableView class. Please
visit the MDSectionedTableView
repository for the actual code :)
$ git clone https://github.com/mochidev/MDSectionedTableViewDemo
$ git submodule init
$ git submodule update
To include it into your projects either download the source, or run the following on your git repo:
$ cd <your_repo>
$ git submodule add [email protected]:mochidev/MDSectionedTableView.git <local_subpath>
This will allow you to update it at anytime by running $ git submodule update
.
Simply add the
MDSectionedTableView submodule to
your project, create a custom view in Interface Builder, and emped it into a NSScrollView
.
Please see http://webkit.org/coding/coding-style.html
Copyright (c) 2011 Dimitri Bouniol, Mochi Development, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Mochi Dev, and the Mochi Development logo are copyright Mochi Development, Inc.
Also, it'd be super awesome if you credited this page in your about screen :)
Created by Dimitri Bouniol for Mochi Development, Inc.