Skip to content

Commit

Permalink
Avoids rendering on non-integral pixels.
Browse files Browse the repository at this point in the history
Ref #47.
  • Loading branch information
chrismiles committed Apr 8, 2014
1 parent 8426592 commit f57f555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMPopTipView/CMPopTipView.m
Expand Up @@ -536,6 +536,7 @@ - (void)presentPointingAtView:(UIView *)targetView inView:(UIView *)containerVie
y_b,
_bubbleSize.width+_sidePadding*2,
fullHeight);
finalFrame = CGRectIntegral(finalFrame);


if (animated) {
Expand Down

0 comments on commit f57f555

Please sign in to comment.