ios - Stop wkWebView sound when dismissing containing viewController -
in view controller have wkwebview play video sound
when dismiss the view controller using:
self.presentingviewcontroller?.dismissviewcontrolleranimated(true, completion: nil)
the video sounf still play.
how can stop it?
Comments
Post a Comment