4
votes

What would be the best way to create content and scroller insets on an NSScrollView like one can set on a UIScrollView?

I'd like to be able to add a footer which is not spanned by the vertical scroller like that found at the bottom of Mail.app's sidebar

1

1 Answers

1
votes

Have an NSView that contains both your NSScrollView and your footer's view, with the scroll view's frame set to not overlap the footer.