Improve Media Picker: prompt user about image compression

This commit is contained in:
giomfo
2015-09-05 00:54:58 +02:00
parent e9a8fdc429
commit 9b60a01eea
2 changed files with 169 additions and 159 deletions
@@ -576,4 +576,13 @@
}
}
#pragma mark - Clipboard - Handle image/data paste from general pasteboard
- (void)paste:(id)sender
{
// TODO Custom here the validation screen for each available item
[super paste:sender];
}
@end