Commit bf6d6f30 by Daniel Dahan

updated SearchBarView example

parent a0d1e2ba
......@@ -71,6 +71,7 @@ class ViewController: UIViewController {
// Switch control.
let switchControl: MaterialSwitch = MaterialSwitch(state: .Off, style: .LightContent, size: .Small)
switchControl.buttonOnColor = MaterialColor.lightBlue.base
/*
To lighten the status bar - add the
......@@ -80,7 +81,7 @@ class ViewController: UIViewController {
searchBarView.statusBarStyle = .LightContent
searchBarView.delegate = self
searchBarView.backgroundColor = MaterialColor.blue.base
searchBarView.backgroundColor = MaterialColor.indigo.base
searchBarView.placeholder = "Search"
searchBarView.tintColor = MaterialColor.white
searchBarView.textColor = MaterialColor.white
......
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '1.33.1'
s.version = '1.33.2'
s.license = 'BSD'
s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.'
s.homepage = 'http://cosmicmind.io'
......
......@@ -6,14 +6,6 @@ Express your creativity with Material, an animation and graphics framework for G
![MaterialApp](http://www.cosmicmind.io/MK/MaterialApp.gif)
## Notice
The CosmicMind Team would like to thank everyone for helping make Material a growing project. Since Material is growing, we feel it is time to ensure that standards are met. As we release new components and features, we will be converting older components to follow the standards we set forward. If this causes any issues for your project, please create an issue and we will help resolve it. This process is meant to be short and swift. We thank everyone in advance.
## Standards
Our standards look to follow Apple's measurement guides, while providing both Apple and Google's beautiful look and feel. As well, everything is customizable, so any customization is possible.
## Features
- [x] Fully Configurable UI Components
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.33.1</string>
<string>1.33.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment