We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65eb796 + 629a844 commit 0ea602bCopy full SHA for 0ea602b
Pod/Classes/NextGrowingTextView.swift
@@ -377,6 +377,11 @@ extension NextGrowingTextView {
377
get { return self.textView.keyboardType }
378
set { self.textView.keyboardType = newValue }
379
}
380
+
381
+ public var autocorrectionType : UITextAutocorrectionType {
382
+ get { return self.textView.autocorrectionType }
383
+ set { self.textView.autocorrectionType = newValue }
384
+ }
385
386
387
extension NextGrowingTextView: UITextViewDelegate {
0 commit comments