Commit 31f1281c by Daniel Dahan

updated README

parent 9515e8e7
Pod::Spec.new do |s|
s.name = 'MK'
s.version = '1.25.6'
s.version = '1.25.7'
s.license = { :type => "AGPL-3.0", :file => "LICENSE" }
s.summary = 'A beautiful Material Design framework in Swift.'
s.homepage = 'http://materialkit.io'
......
......@@ -72,7 +72,7 @@ A TextField is an excellent way to improve UX. Checkout the Examples directory f
![MaterialKitTextField](http://www.materialkit.io/MK/MaterialKitTextField.gif)
```swift
let titleField: TextField = TextField(frame: CGRectMake(57, 100, 300, 24))
let nameField: TextField = TextField(frame: CGRectMake(57, 100, 300, 24))
nameField.placeholder = "First Name"
nameField.font = RobotoFont.regularWithSize(20)
nameField.textColor = MaterialColor.black
......@@ -82,8 +82,8 @@ nameField.titleLabelNormalColor = MaterialColor.grey.lighten2
nameField.titleLabelHighlightedColor = MaterialColor.blue.accent3
nameField.clearButtonMode = .WhileEditing
// Add titleField to UIViewController.
view.addSubview(titleField)
// Add nameField to UIViewController.
view.addSubview(nameField)
```
<a name="materiallayer"/>
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.25.6</string>
<string>1.25.7</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