I currently have an NSOutlineView, which has an NSButton above it. When the NSOutlineView scrolls, the NSButton remains in place. That is, it remains above the text, covering anything beneath it.
I am attempting to “pin” the NSButton to a point on the NSScrollView such that when the view is scrolled, the NSButton follows the content.
Is there any way to do this in Interface Builder?
You have to make the button a subview of the scrollView. Open the outline view in the left of Interface Builder and drag the UIButton over the scrollView so that it is indented