I have a text view and I would like to scroll it programmatically (along my video playback). I created an outlet in my ViewController:
@IBOutlet weak var scrollView: NSScrollView!
How can I use it to scroll to a specific character range of my text content?