Skip to content

Commit

Permalink
Merge pull request #25 from thebnich/keyboard-ime
Browse files Browse the repository at this point in the history
Bug 1101143 - Set email field type to EmailAddress
  • Loading branch information
st3fan committed Nov 25, 2014
2 parents 7d9d212 + 74dc437 commit a04ea69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Login/LoginView.swift
Expand Up @@ -101,6 +101,7 @@ class LoginView: UIView {
userText.placeholder = "Email address"
userText.layer.borderColor = UIColor.whiteColor().CGColor
userText.layer.borderWidth = 1
userText.keyboardType = UIKeyboardType.EmailAddress
addSubview(userText)
userText.snp_makeConstraints { make in
make.top.equalTo(label105.snp_bottom).offset(40)
Expand Down

0 comments on commit a04ea69

Please sign in to comment.