objective c - NSScrollView scroll bar draws on top of all views -


i have 2 overlapping views.

  • an nstableview (the list of songs), i'll call table view
  • a layer backed nsview (for play controls @ bottom), i'll call play controls view

i using layer backed views render table view , caused scroll bar render behind play controls view, great! loaded table view 150+ rows of data app slows down pretty bad scroll.

i changed setwantslayer: no , table view snappier, great! scroll bar seems render on top of play controls view.

good:

enter image description here

bad:

enter image description here

any ideas whats going on here? (i'm core animation rookie if can't tell)

why don't resize entire scrollview , put play controls view below list? seems sceenshot play controls view subview of scrollview. necessary?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -