1

I need to hide AirPlay button in my MPMoviePlayerController even when full mirroring is turned ON. Any ideas? Thanks

Marco
  • 6,692
  • 2
  • 27
  • 38
JKorevo
  • 11
  • 2

2 Answers2

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)

Community
  • 1
  • 1
joshpaul
  • 953
  • 8
  • 12