I\'m making a little server app for OS X and I\'m using an NSTextView to log some info about connected clients.
Whenever I need to log something I\'m appending the n
I have some customised NSTextView and custom input method so my option was to use:
self.scrollView.contentView.scroll(NSPoint(x: 1, y: self.textView.frame.size.height))