scrollRangeToVisible(_:)
Scrolls the text view until the text in the specified range is visible.
Declaration
func scrollRangeToVisible(_ range: NSRange)Parameters
- range:
The range of text to scroll into view.
Scrolls the text view until the text in the specified range is visible.
func scrollRangeToVisible(_ range: NSRange)The range of text to scroll into view.