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

NSViewNoIntrinsicMetric fix for pre 10.11. #41

Closed balthisar closed 8 years ago

balthisar commented 8 years ago

Revert to the pre-Mac OS X 10.11 version of NSViewNoIntrinsicMetric constant.

The correct spelling is only available on Mac OS X 10.11 and newer, so the use of NSViewNoInstrinsicMetric preserves backwards compatibility.