iphone - Stopping video in viewWillAppear:(bool)animated method -


in viewwillappear:(bool)animated method want stop video playing. how can this? new don't know much. playing video on screen. have tab shows table view. when click on tab table view shown video playing in background: can hear music.

if using mpmovieplayercontroller, call -pause on object.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -