MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

clearer labels for macOS 10.14 Mojave DarkAqua and adjust Mojave drawing issues with NSCell #70

Closed nivekkagicom closed 5 years ago

nivekkagicom commented 5 years ago

Labels in the tabs are drawn using a drop shadow which looks nice for Aqua; however, in DarkAqua the shadow makes the text look blurry as it is a white color blended with the background. For macOS 10.14 Mojave in DarkAqua the drop shadow is no longer shown.

NSCell was deprecated in macOS 10.10 Yosemite. For reason I do not fully understand MMTabBarView draws the tab view in both the view code and the cell code; however, in Mojave this can cause problems. As the NSCell drawing implementation is redundant it is disabled in macOS 10.14 Mojave to prevent anomalous drawing with the wrong appearance.