I'm using a photo viewer and i wan't to implement a trash button.
I already have the button ready and everything is good to go but the following:
How do I actually delete the ALAsset??
I tried searching in many places but couldn't find an answer...
Thanks,
For some reason i'm not allowed to post this question so i'm adding an irrelevant code of my trash button:
UIBarButtonItem *trash = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemTrash target:self action:@selector(trashButtonHit:)];