MJPopupViewController
MJPopupViewController copied to clipboard
shadow does not follow corners
fix: popupView.layer.shadowPath = [UIBezierPath bezierPathWithRoundedRect:popupView.bounds cornerRadius:popupView.layer.cornerRadius].CGPath;