PXAlertView
PXAlertView copied to clipboard
Requested Functionality v2.0
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???
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.