Exemplo n.º 1
0
 public void DonePlaying(NSNotification notification)
 {
     playerVC.DismissModalViewController(true);
     NSNotificationCenter.DefaultCenter.RemoveObserver(AVPlayerItem.DidPlayToEndTimeNotification);
     playerVC.Dispose();
     player.Dispose();
 }