UITextRange
public extension UITextRange
-
Converts this range to
NSRange. Returns nil if range cannot be converted.Declaration
Swift
func toNSRange(in input: UITextInput) -> NSRange?Parameters
inputInput to use to get range.
View on GitHub
UITextRange Extension Reference