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
As of OS 10.6 it's as simple as nsTextView.scrollToEndOfDocument(self).
nsTextView.scrollToEndOfDocument(self)