mardi 27 mai 2014

iOS - catégorie d'album photo personnalisé pour ALAssetsLibrary ne fonctionne pas dans l'ipad ? -Débordement de pile


I have an image and i want to save that image into custom photo album.


My code is working fine for Iphone but it is not workin for iPad.


self.library = [[ALAssetsLibrary alloc] init];

[self.library saveImage:imageShow.image toAlbum:@"APP NAME" withCompletionBlock:^(NSError *error) {
if (error!=nil) {
NSLog(@"Big error: %@", [error description]);
}
}];

just help me please


Thanx for help..



I have an image and i want to save that image into custom photo album.


My code is working fine for Iphone but it is not workin for iPad.


self.library = [[ALAssetsLibrary alloc] init];

[self.library saveImage:imageShow.image toAlbum:@"APP NAME" withCompletionBlock:^(NSError *error) {
if (error!=nil) {
NSLog(@"Big error: %@", [error description]);
}
}];

just help me please


Thanx for help..


0 commentaires:

Enregistrer un commentaire