jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

Added property for autocorrection #97

Closed Tantalum73 closed 6 years ago

Tantalum73 commented 6 years ago

By adressing issue #67, I added a property to set the UITextAutocorrectionType on the underlaying UITextField / UITextView.

Is is still turned off by default but the user now has the choice to turn it on.

Tantalum73 commented 6 years ago

Would you please review the changes that I've made after your correction-suggestion?