diff options
author | matthew <matthew> | 2008-11-12 22:03:55 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-11-12 22:03:55 +0000 |
commit | 66bd1d43752f01a63ad10e5a61e5599e4cae1613 (patch) | |
tree | 95efdde101ab12086341eeca35511b50e457132e /iphone/FixMyStreet/Classes/EditSubjectViewController.m | |
parent | 1a983c731beb0f6b11a366bbfa0927f2736b89b4 (diff) |
No spelling correction on name box either.
Diffstat (limited to 'iphone/FixMyStreet/Classes/EditSubjectViewController.m')
-rw-r--r-- | iphone/FixMyStreet/Classes/EditSubjectViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/FixMyStreet/Classes/EditSubjectViewController.m b/iphone/FixMyStreet/Classes/EditSubjectViewController.m index 752ebaa3b..3abece54e 100644 --- a/iphone/FixMyStreet/Classes/EditSubjectViewController.m +++ b/iphone/FixMyStreet/Classes/EditSubjectViewController.m @@ -30,7 +30,7 @@ self.title = b; if (a) cell.textField.text = a; cell.textField.keyboardType = d; - if (d == UIKeyboardTypeEmailAddress) { + if (b == @"Edit name" || b == @"Edit email") { cell.textField.autocorrectionType = UITextAutocorrectionTypeNo; } cell.textField.autocapitalizationType = e; |