【发布时间】:2012-02-06 12:47:58
【问题描述】:
我需要在横向模式下显示 UIAlertView。我尝试了显而易见的方法,将 willPresentAlertView: 委托方法中的转换设置为无济于事:
-(void) willPresentAlertView:(UIAlertView *)alertView {
alertView.transform = CGAffineTransformMakeRotation(M_PI_2);
}
关于如何解决此问题的任何建议?
【问题讨论】:
标签: objective-c cocoa-touch uialertview cgaffinetransform