Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Popup Labels Displaying as Double with iOS8 #74

Closed
Boris-Em opened this issue Sep 10, 2014 · 0 comments · Fixed by #122
Closed

Popup Labels Displaying as Double with iOS8 #74

Boris-Em opened this issue Sep 10, 2014 · 0 comments · Fixed by #122
Labels

Comments

@Boris-Em
Copy link
Owner

Please see issue #71.

With iOS8, popup labels are displayed as double when alwaysDisplayPopUpLabels is set to YES.

It seems like the issue comes from:

if ([self checkOverlapsForView:permanentPopUpView] == YES) {
permanentPopUpLabel.center = CGPointMake(self.xCenterLabel, circleDot.center.y + circleDot.frame.size.height/2 + 15);
}

Thank you to @MattiaConfalonieri for spotting this issue.

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

Successfully merging a pull request may close this issue.

2 participants