CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2015 |
Maintained by liaogang.
A IOS View Controller for displaying a rotating music album picture.
Init a instanse
self.albumViewController1 = [CDAlbumViewController CDAlbumWithStoryBoard];
Set a album url
[self.albumViewController1 setAlbumImageUrl:[[NSBundle mainBundle] URLForResource:@"b" withExtension:@"jpg"]];
Add to your view
[self.albumViewController1 addToView:self.placeHolder1];