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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -