I need to hide AirPlay button in my MPMoviePlayerController
even when full mirroring is turned ON. Any ideas?
Thanks
Asked
Active
Viewed 900 times
1
2 Answers
1
To hide AirPlay button of the MPMoviePlayerController
set allowsAirPlay
property to NO
.

sash
- 8,423
- 5
- 63
- 74
0
If you want to hide the AirPlay icon, you'll need to either set the control to MPMovieControlStyleNone
or write your own player. (also see: Disable AirPlay with MPMoviePlayerController)