An animation and graphics framework for Material Design in Swift.
- Fully Configurable UI Components
- Grid System For Complex UIs
- Layout Library To Simplify AutoLayout
- Base Material Layers & Material Views To Create New UI Components
- Navigation Controls
- Material Buttons
- Material Switch
- Material Card Views
- Material Icons
- Menu Toolset To Create Animated Menus
- Camera / Video Extension With Extensive Functionality
- Animation Extension To Create Intricate Animations
- Complete Material Color Library
- Example Projects
- And More...
- iOS 8.0+ / Mac OS X 10.9+
- Xcode 7.3+
- If you need help, use Stack Overflow. (Tag 'cosmicmind')
- If you'd like to ask a general question, use Stack Overflow.
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Embedded frameworks require a minimum deployment target of iOS 8 or OS X Mavericks (10.9).
Visit the Installation page to learn how to install Material using CocoaPods and Carthage.
Material is a growing project and will encounter changes throughout its development. It is recommended that the Changelog be reviewed prior to updating versions.
- Visit the Examples directory to see example projects using Material.
- The Installation page has documentation on how to run the example projects.
To help template your project, checkout Material Sticker Sheet.
Try the Material Colors app to see the wonderful colors available in Material, or use the online version at MaterialColors.io
Get Material Colors on the AppStore
Take a look at some components in Material.
Material Icons is a library of Google and CosmicMind icons that are available for use within your iOS applications. To help with icon choices, visit MaterialIcon.io.
A TextField is an excellent way to improve UX.
Some example buttons - FlatButton, RaisedButton, FabButton, and IconButton.
A MenuView manages a group of UIViews that may be animated with default and custom configurations.
Enjoy flexible switch controls to add that little extra to your application.
Grid is an extension of UIView that enables any collection of subviews to be managed in a flexible grid system.
CardViews are flexible components that may be configured in any way you like.
Toolbars are super flexible and add excellent control to your navigation flow.
SearchBars are sleek and powerful. Customize a SearchBar in any way you like.
So much more inside. Enjoy!
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. http://cosmicmind.io. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. -
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of Material nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.