MusicPlayerViewControlleriOS 音乐播放组件
MusicPlayerViewController 是一个音乐播放组件。
示例代码:
BeamMusicPlayerViewController* controller = [[BeamMusicPlayerViewController alloc] initWithNibName:nil bundle:nil];
controller.delegate = self;
// Push the controller or something else
评论