Hakim
Hakim

Reputation: 1

Hitting the Done button does not dismiss the View of a MPMoviePlayerController on OS 4.0 beta

Hope someone can help me on this, on the old OS version 3.0 and down , hitting the done button one playing a Video would automatically dismiss the view, but now since we have to control the view appearance, hitting the Done just stops the movie but does not dismiss the view, I tried to check if it was linked to any notification and found that each time the Done button was hit, MPMoviePlayerPlaybackStateDidChangeNotification is triggered the problem is that the same notification is received for any change of state pausing /playing... so dismissing the view when MPMoviePlayerPlaybackStateDidChangeNotification is triggered is not an option. does anyone have an answer for this problem

Thx for your help

Upvotes: 0

Views: 660

Answers (2)

Cory Kilger
Cory Kilger

Reputation: 13044

iPhone OS 4.0 beta is currently under NDA. I recommend using the developer forums.

However, I will assume the done button does something if not dismiss the view itself. Check the documentation to see if there is another delegate method or notification that the done button has been pressed so you can dismiss the view yourself.

Upvotes: 1

Daniel
Daniel

Reputation: 22395

OS 4.0 beta is under NDA, you should not talk about it in SO till its released, you should post this in the apple developer forums, if u think its a bug file one...

Upvotes: 1

Related Questions