Doses anyone know how to create a scope bar on mac application?
The apple UI document always mention scope bar,But I can’t find any System controller like “NSScopebar”.
I don’t wanna use “MGScopeBar”.
Does anyone has other idea?
Doses anyone know how to create a scope bar on mac application? The apple
Share
It’s a shame, but there is no such control. If you don’t want third-party code, subclass
NSViewand useNSGradientindrawRect:to create the same look.