I'm trying to create simple application (for testing purpose) with NSScrollView and 2 multi-line labels inside it (title and document). I can't use integrated TextView because I need 1 general scroller to scroll all content, not just for one selected TextView.
So generally I need fixed one-line title and document text with shared scroller.
I have no mind how to make this.
I've attached my sample project (only Storyboards) with scoller, you can take a look here: scroller.zip