LMAlertView
LMAlertView copied to clipboard
setTransform doesn't move view to a new position
Like in standard AlertView the following has no effect in LMAlertView
[alertView setTransform:CGAffineTransformTranslate(alertView.transform, 0.0, 10.0)];
Maybe there is an alternative method?