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

In commit 9e03810415250ed7e55cc8576a6373c1f1d22bf3, I changed… #77

Closed jeromectm closed 4 years ago

jeromectm commented 4 years ago

…the imp lementation of the delegate property to match the "weak" declaration. This was breaking the demo app, so I now revert the implementation to "strong", and change the declaration so it matches the implementation. Note the the client app should make sure that the delegate does not have a strong reference to MMTabBarView, or there will be a retain cycle.

jeromectm commented 4 years ago

Fixed issue in demo app: the style popup menu was greyed out