views:

56

answers:

1

So I've upgraded the code to the ipad (i.e. converted to a universal app). However, the UIAlertview rendering seems to be off for IOS4. Instead of being positioned in the middle, it jumps up and is displayed on top, with half the box cut off. Same goes for landscape orientation.

It is my understanding that the UIalertview is always set in the middle? I looked through the code and I did not set up the frame/position anywhere in the code. This only happens for 4.0, on both the iphone 4 and the itouch running 4.0. Every other version is fine, including the ipad. Any thoughts?

Thanks.

A: 

I reproduced similar problem with UIAlertView. For me it appears not in the center but in left upper corner (portrait) in the case when iPhone/iPad wake up from lock state. Still didn't find any solution.

AlexS