Releases: MiMo42/MMTabBarView
Releases · MiMo42/MMTabBarView
Bugfix Release
v1.4.1: Merge pull request #77 from jeromectm/dragImagesAndCardDarkMode
Xcode 9.3
Bugfix: Display add button in Yosemite style
Just some cosmetic stuff.
Debugging display of Yosemite styles' add button
More on Xcode 8 support
Today Xcode decided to ask me to update the project file - again.
Some compiler warnings resolved that occured as a result of the project update..
Xcode 8, Yosemite tab style, module support
1.3 Added MMYosemiteTabStyle.h to umbrella header
Bug fix Release
Re-use deprecated NSViewNoInstrinsicMetric.
The new NSViewNoIntrinsicMetric carries the macro NS_AVAILABLE_MAC(10_11)
So this release is about compatibility.
Bugfix Release
- Memory leak resolved (Thanks to nivekkagicom for nailing it)
MMTabBarView (ARC)
- Compatible with OS X 10.9+, Xcode 7.2.1+
- uses ARC.
- contains new tab bar style 'Yosemite'
- resolved warnings about deprecated Drag and Drop methods.
- additional method in MMTabStyle:
- (NSSize)intrinsicContentSizeOfTabBarView:(MMTabBarView *)tabBarView
MMTabBarView (non ARC)
There will be no further releases using manual memory management.
This release should work with 10.7+ but uses API methods that are marked as deprecated.