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

fixed #38. #39

Closed tsekityam closed 8 years ago

tsekityam commented 8 years ago

This patch remove _needUpdate from the code, as a result, no need to handle multithreading problem. After remove the field, if there is no need to update the UI, then do nothing; else add update UI function to the queue of main thread.

MiMo42 commented 8 years ago

No multithreading problem here. No multiple threads involved. I'm sorry to reject your request. See dev branch for a fix.