0

I there any guide line for AirPlay on iOS?

Any sample code and tutorial is well cone.

The only thing I could find is in What's New in iOS from apple.

Robin
  • 10,011
  • 5
  • 49
  • 75
Alex Terente
  • 12,006
  • 5
  • 51
  • 71

1 Answers1

1

The MPMoviePlayerController gets a new boolean property allowsAirPlay which you can use to set the availablity of this feature in your app.

James Bedford
  • 28,702
  • 8
  • 57
  • 64