alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

Requested Functionality v2.0 #17

Open gmichal opened 10 years ago

gmichal commented 10 years ago

HI. Thanks for the great work. Is it possible to add a method to change the origin.x and origin.y of the alert? In other words something like:

customAlert.transform = CGAffineTransformTranslate( customAlert.transform, -160.0, 0.0 );

or something similar???

alexanderjarvis commented 10 years ago

Once we move the API to return the actual subclass of UIView (instead of the UIViewController) this should be possible. The reason it was moved to UIViewController, was to do with making landscape orientation animation bug free, but we should change it back soon.