Media picker: Add video icon on video in recents collection, Set label and button text (localized string).

This commit is contained in:
giomfo
2015-09-03 15:06:36 +02:00
parent a737527519
commit d4d5915a52
8 changed files with 76 additions and 19 deletions
@@ -148,6 +148,7 @@
{
mediaPicker = [MediaPickerViewController mediaPickerViewController];
mediaPicker.mediaTypes = @[(NSString *)kUTTypeImage, (NSString *)kUTTypeMovie];
mediaPicker.selectionButtonCustomLabel = NSLocalizedStringFromTable(@"media_picker_attach", @"Vector", nil);
mediaPicker.delegate = self;
UINavigationController *navigationController = [UINavigationController new];
[navigationController pushViewController:mediaPicker animated:NO];