Skip to content

Instantly share code, notes, and snippets.

@jebai0521
Created January 1, 2014 11:40
Show Gist options
  • Save jebai0521/f5dc90dd73cbef0ca850 to your computer and use it in GitHub Desktop.
Save jebai0521/f5dc90dd73cbef0ca850 to your computer and use it in GitHub Desktop.
ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init];
[library addAssetsGroupAlbumWithName:@"Custom Card" resultBlock:^(ALAssetsGroup *group) {
NSLog(@"create success");
} failureBlock:^(NSError *error) {
NSLog(@"create fanilure");
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment