shaoweijin / JxbPlayerControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JxbPlayerControl

A Mp3 Player Control. Support ServerUrl & LocolFile

#Support CocoaPods Pod 'JxbPlayerControl'

#Code

JxbPlayer* jxb = [[JxbPlayer alloc] initWithMainColor:[UIColor redColor] frame:CGRectMake(0, 100, [UIScreen mainScreen].bounds.size.width, 100)];

jxb.itemUrl = @"http://stream.51voa.com/201506/se-health-south-korea-mers-15jun15.mp3";
    
[self.view addSubview:jxb];

#For Example

About

License:MIT License


Languages

Language:Objective-C 97.7%Language:Ruby 2.3%