I have NSTextView at the bottom of the screen. Since screen is very large, on view load NSTextView will be invisible. I need to scroll to the bottom inside NSTextView. Methods like [textview scrollPoint:NSMakePoint(0, [[textview textStorage] length])] and [textview scrollToEndOfDocument:nil]; works only if NSTextView is visible in the screen.
Anyone please confirm that NSTextView should be visible for above methods to work?
Regards, Sach