Created
January 1, 2014 11:40
-
-
Save jebai0521/f5dc90dd73cbef0ca850 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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