jobandtalent / AnimatedTextInput

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

Added textRange method from UITextInput #124

Open BarredEwe opened 5 years ago

BarredEwe commented 5 years ago

Added the standard method open func textRange (from fromPosition: UITextPosition, toPosition: UITextPosition) -> UITextRange? from the UITextInput protocol.