jobandtalent / AnimatedTextInput

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

Added textRange method from UITextInput #124

Open BarredEwe opened 4 years ago

BarredEwe commented 4 years ago

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