MJPopupViewController icon indicating copy to clipboard operation
MJPopupViewController copied to clipboard

shadow does not follow corners

Open dwery opened this issue 11 years ago • 0 comments

fix: popupView.layer.shadowPath = [UIBezierPath bezierPathWithRoundedRect:popupView.bounds cornerRadius:popupView.layer.cornerRadius].CGPath;

dwery avatar Jun 24 '13 19:06 dwery