iOS 8, UIWebView iOS, . UIWindowDidBecomeHiddenNotification UIWindowDidBecomeVisibleNotification , , :
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(videoDidExitFullScreen:)
name:UIWindowDidBecomeVisibleNotification
object:self.view.window];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(videoDidEnterFullScreen:)
name:UIWindowDidBecomeHiddenNotification
object:self.view.window];