iOS 4: Remote controls for background audio

后端 未结 7 1377

I\'m currently attempting to set up background audio for an app I\'m developing for iOS 4. The app doesn\'t have a dedicated music player viewController, howeve

相关标签:
7条回答
  • 2020-12-07 18:52

    No need to subclass Window or forward events. Simply handle it from your main view controller. See the Audio Mixer (MixerHost) example for details.

    http://developer.apple.com/LIBRARY/IOS/#samplecode/MixerHost/Listings/Classes_MixerHostViewController_m.html

    0 讨论(0)
提交回复
热议问题