MPMoviePlayerController - Controls are not aligned

532 Views Asked by At

My iPhone app (created under iOS2), has a strange behavior.

The left arrow is not aligned with other controls (on both iOS3 and 4)

My other apps work fine...

Does someone have any idea ?

Controls not aligned

Update : That bug appear with all iPhone in my company, and in all iPhone in my customer's company (both compiled on many computers or distributed via adHoc)

Update2 : The app is now on the appStore without this problem... Really strange...

1

There are 1 best solutions below

2
On

I don't know exactly what the problem is. Here is some guesses that may help:

  • Your development sdk has problems and then it generates something wrong. But, I think that it is less likely but you still need to try

  • You have some images with similar names of the system ones like : "play.png". It happened to me before when I have my image named "play.png" and then the system automatically pick my own images (which looks differently) to be the play button in the MPMoviePlayerController. So, double check that as well.