LMAlertView icon indicating copy to clipboard operation
LMAlertView copied to clipboard

setTransform doesn't move view to a new position

Open semerda opened this issue 12 years ago • 0 comments

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?

semerda avatar Jan 26 '14 03:01 semerda