2 parents a37bc67 + 63d5b51 commit 89d6b41Copy full SHA for 89d6b41
1 file changed
SCLAlertView/SCLTextView.m
@@ -47,7 +47,7 @@ - (void)setup
47
self.frame = CGRectMake(0.0f, 0.0f, 0.0f, MIN_HEIGHT);
48
self.returnKeyType = UIReturnKeyDone;
49
self.borderStyle = UITextBorderStyleRoundedRect;
50
- self.autocapitalizationType = UITextAutocapitalizationTypeWords;
+ self.autocapitalizationType = UITextAutocapitalizationTypeSentences;
51
self.clearButtonMode = UITextFieldViewModeWhileEditing;
52
self.layer.masksToBounds = YES;
53
self.layer.borderWidth = 1.0f;
0 commit comments