Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mochidev/mdaccordianviewdemo
Fancy folding superview for iOS apps! This is the demo.
https://github.com/mochidev/mdaccordianviewdemo
Last synced: about 1 month ago
JSON representation
Fancy folding superview for iOS apps! This is the demo.
- Host: GitHub
- URL: https://github.com/mochidev/mdaccordianviewdemo
- Owner: mochidev
- Created: 2012-05-03T22:16:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-05T07:00:19.000Z (over 12 years ago)
- Last Synced: 2024-03-26T01:56:01.987Z (9 months ago)
- Language: Objective-C
- Homepage: http://mochidev.com/open
- Size: 928 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MDAccordianView Demo
====================Video: https://vimeo.com/41601400
![Screenshot](https://github.com/mochidev/MDAccordianViewDemo/raw/master/Artwork/Screenshot.png)
Purpose
-------A cool folding view! (Note: Uses ARC)
Installation
------------```bash
$ git clone https://github.com/mochidev/MDAccordianViewDemo --recursive
```To include it into your own projects either download the
[source](https://github.com/mochidev/MDAccordianView), or run the following
on your git repo:```bash
$ cd
$ git submodule add [email protected]:mochidev/MDAccordianView.git /MDAccordianView
```This will allow you to update it at anytime by running `$ git submodule update`.
Usage
-----To Do
-----Coding Style Guidelines
-----------------------Please see http://webkit.org/coding/coding-style.html
License
-------Copyright (c) 2012 Dimitri Bouniol, Mochi Development, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software, associated artwork, and 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:1. The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
2. Neither the name of Mochi Development, Inc. nor the names of its
contributors or products may be used to endorse or promote products
derived from this software without specific prior written permission.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.
Credits
-------- Created by [Dimitri Bouniol](http://twitter.com/dimitribouniol) for [Mochi Development, Inc.](http://mochidev.com/)