Skip to content

Commit

Permalink
Updating pod version and adding keyboard type to text field
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Jul 31, 2015
1 parent f717983 commit bb7a35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LKAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "LKAlertController"
s.version = "1.3.0"
s.version = "1.4.0"
s.summary = "An easy to use UIAlertController builder for swift"
s.homepage = "https://github.com/lightningkite/LKAlertController"
s.license = 'MIT'
Expand Down
1 change: 1 addition & 0 deletions Pod/Classes/LKAlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public class Alert: LKAlertController {
tf.font = textField.font
tf.textColor = textField.textColor
tf.secureTextEntry = textField.secureTextEntry
tf.keyboardType = textField.keyboardType

textField = tf
}
Expand Down

0 comments on commit bb7a35a

Please sign in to comment.