MusicPlayerViewController - iOS音乐播放组件


BSD
iOS
Objective-C

软件简介

MusicPlayerViewController 是一个音乐播放组件。

示例代码:

BeamMusicPlayerViewController* controller = [[BeamMusicPlayerViewController alloc] initWithNibName:nil bundle:nil];
controller.delegate = self;
// Push the controller or something else