CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

CDAlbumView 1.0.3

CDAlbumView 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by liaogang.



  • By
  • liaogagng

A IOS View Controller for displaying a rotating music album picture.

Screenshot

screenshot

How to Use

  1. Init a instanse
    self.albumViewController1 = [CDAlbumViewController CDAlbumWithStoryBoard];

  2. Set a album url
    [self.albumViewController1 setAlbumImageUrl:[[NSBundle mainBundle] URLForResource:@"b" withExtension:@"jpg"]];

  3. Add to your view
    [self.albumViewController1 addToView:self.placeHolder1];