Skip to content

Releases: MiMo42/MMTabBarView

Bugfix Release

23 Sep 08:42
7560a59
Compare
Choose a tag to compare
Merge pull request #78 from barijaona/DemoAppShortcuts

Demo app shortcuts

v1.4.1: Merge pull request #77 from jeromectm/dragImagesAndCardDarkMode

04 Aug 10:02
5183e53
Compare
Choose a tag to compare

Xcode 9.3

15 Apr 21:05
e617f3e
Compare
Choose a tag to compare
  • Xcode 9.3 support
  • Carthage Support
  • minor fixes

Bugfix: Display add button in Yosemite style

23 Dec 10:21
Compare
Choose a tag to compare

Just some cosmetic stuff.
Debugging display of Yosemite styles' add button

More on Xcode 8 support

14 Oct 15:40
Compare
Choose a tag to compare

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

06 Oct 16:09
Compare
Choose a tag to compare
1.3

Added MMYosemiteTabStyle.h to umbrella header

Bug fix Release

21 Jun 14:39
Compare
Choose a tag to compare

Re-use deprecated NSViewNoInstrinsicMetric.
The new NSViewNoIntrinsicMetric carries the macro NS_AVAILABLE_MAC(10_11)
So this release is about compatibility.

Bugfix Release

07 Apr 07:09
Compare
Choose a tag to compare
  • Memory leak resolved (Thanks to nivekkagicom for nailing it)

MMTabBarView (ARC)

16 Mar 08:05
Compare
Choose a tag to compare
  • 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)

16 Mar 07:47
Compare
Choose a tag to compare

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.