views:

112

answers:

0

So after upgrading to a universal app, one of my UIAlertViews shifted up, but only for the iOS4.0.

Before:

Valid XHTML.

After (only on iOS4.0):

Valid XHTML.

I looked into

alert.transform = CGAffineTransformTranslate( alert.transform, 0.0, -100.0 );

to shift it back down, but that does absolutely nothing. Does anyone else have this problem?

Thanks.