Code Block self.avplayercontroller.customInfoViewController = nil |
Using the nil assigning method removes the options menu but crashes intermittenly -
Code Block "Fatal Exception: NSInvalidArgumentException |
*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]" |
Is there any other option to hide/remove options tab when needed in avplayerviewcontroller.
Code Block Radar bug which I noticed is resolved but I still get the issue intermittenly. https://openradar.appspot.com/48192193 |