Skip to content

Commit

Permalink
Fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 21, 2014
1 parent d42fa60 commit a5b8ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chromatism/Chromatism/JLTextView.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ - (void)setup
self.font = [UIFont fontWithName:@"Menlo" size:12];
self.autocorrectionType = UITextAutocorrectionTypeNo;
self.autocapitalizationType = UITextAutocapitalizationTypeNone;
self.layoutManager.allowsNonContiguousLayout = YES;

}

Expand Down

0 comments on commit a5b8ee4

Please sign in to comment.