ios7 - MPMoviePlayerController detecting single tap or long tap on NEXT button -


When I tap the MPMoviePlayerController next button, the UI becomes black. How can it be known that we have only advanced once or if it has long tap, do we have any representative or notification for it?

Using the button action, it is not possible to identify that user, only once Press or have a long tap of it but if you gesture it can be identified. You can identify what you want by using the UITapGestureRecognizer, UILongPressGestureRecognizer .


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -