MaterialKit is on CocoaPods under the name [MK](https://cocoapods.org/?q=MK).
### Basic MaterialView
To get started, let's introduce MaterialView, a lightweight UIView Object that has flexibility in mind. Common controls have been added to make things easier. For example, let's make a circle view that has a shadow, border, and image.
Let's expand on the basic MaterialView and use an animated MaterialPulseView. In this example, we will make the shape a square with some rounded corners.
A FlatButton is the best place to start when introducing MaterialKit buttons. It is simple, clean, and very effective. Below is an example of a FlatButton in action.
A NavigationBarView is a very common UI element and the more presentable it is, the better. The following example shows how to setup a NavigationBarView on the fly.
Welcome to MaterialKit for iOS. MaterialKit is not just another components library. We built everything using an underlying graphics and animation framework to ensure extensibility and fuel everyone's imagination. MaterialKit is a new and exciting project for us at CosmicMind. We hope you love it as much as we do.
A BasicCardView is super flexible with all its options - including a title, detail, left buttons, and right buttons. Below is an example of a simple setup.
### Examples

Checkout an ever growing catalog of example code, and soon enough, we are opening to the community to share and explore what others are doing with MaterialKit.
v.detailLabel!.text="I am a very simple card. I am good at containing small bits of information. I am convenient because I require little code to use effectively."
v.detailLabel!.text="I am a very simple card. I am good at containing small bits of information. I am convenient because I require little code to use effectively."
v.detailLabel!.text="I am a very simple card. I am good at containing small bits of information. I am convenient because I require little code to use effectively."
Organization is essential. Easily add a SideNavigationViewController to your application. Below is an example of adding the controller to your AppDelegate.
Animations are a wonderful way to add life to your application. MaterialAnimation is a lightweight API for constructing complex animations. Below is an example of an animation.
### CocoaPods Support

MaterialKit is on CocoaPods under the name [MK](https://cocoapods.org/?q=MK).
One of Material Design's greatest additions to UI is the NavigationBarView. In the examples folder, you can checkout some code to get you started with this wonderful component.