Skip to content
New issue

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

fix a bug may cause on 6/7 Plus #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ttgb
Copy link

@ttgb ttgb commented Nov 15, 2016

fix a bug may cause on 6/7 Plus that display an extra line on indicator right side

ttgb and others added 2 commits November 15, 2016 16:20
fix a bug may cause on 6/7 Plus that display an extra line on indicator right side
CGRectGetMinY(segment.frame) + self.segmentIndicatorInset,
CGRectGetWidth(segment.frame) - (2.0f * self.segmentIndicatorInset),
CGRectGetHeight(segment.frame) - (2.0f * self.segmentIndicatorInset));
return CGRectIntegral(rect);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better

@nealyoung
Copy link
Owner

This issue should be fixed in the latest release. Have you checked the current release to see if it is still occurring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants