We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is what I'm seeing with the demo project
It goes away if I briefly switch to Adium style and then back to Metal style.
I think the spinner is layouted using the _indicatorRectForBounds:, but can't figure out precisely whats wrong.
_indicatorRectForBounds:
The text was updated successfully, but these errors were encountered:
I fixed this by adding a new macro:
#define kMMTabBarIndicatorHeight 15.0
And replacing the instance of kMMTabBarIndicatorWidth in MMTabBarButton.m and MMTabBarButtonCell.m with it that affect the height.
Sorry, something went wrong.
No branches or pull requests
This is what I'm seeing with the demo project
It goes away if I briefly switch to Adium style and then back to Metal style.
I think the spinner is layouted using the
_indicatorRectForBounds:
, but can't figure out precisely whats wrong.The text was updated successfully, but these errors were encountered: