I am quite new to Cocoa and I am looking for the control/view that is used in Contacts App "main" view. Specifically with the scrolling behaviour seen below, where a line appears when you scroll:
I have been experimenting with NSStackView and NSTableView. I believe they are using a NSStackView with a NSTableView in the middle...
So far no luck, any tips or pointers to get a similar look to the Contacts App would be greatly appreciated. I am using storyboards (if that changes anything).