CCDetail.m 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  1. //
  2. // CCDetail.m
  3. // Nextcloud iOS
  4. //
  5. // Created by Marino Faggiana on 16/01/15.
  6. // Copyright (c) 2017 Marino Faggiana. All rights reserved.
  7. //
  8. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  9. //
  10. // This program is free software: you can redistribute it and/or modify
  11. // it under the terms of the GNU General Public License as published by
  12. // the Free Software Foundation, either version 3 of the License, or
  13. // (at your option) any later version.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. //
  23. #import "CCDetail.h"
  24. #import "AppDelegate.h"
  25. #import "CCMain.h"
  26. #import "NCUchardet.h"
  27. #import "NCBridgeSwift.h"
  28. #import <KTVHTTPCache/KTVHTTPCache.h>
  29. #import "NCBridgeSwift.h"
  30. #define TOOLBAR_HEIGHT 49.0f
  31. #define alertRequestPasswordPDF 1
  32. @interface CCDetail () <NCTextDelegate, UIDocumentInteractionControllerDelegate>
  33. {
  34. AppDelegate *appDelegate;
  35. UIDocumentInteractionController *docController;
  36. UIBarButtonItem *buttonModifyTxt;
  37. UIBarButtonItem *buttonShare;
  38. UIBarButtonItem *buttonDelete;
  39. NSInteger indexNowVisible;
  40. NSString *fileIDNowVisible;
  41. NSMutableOrderedSet *dataSourceDirectoryID;
  42. NSString *fileNameExtension;
  43. }
  44. @end
  45. @implementation CCDetail
  46. #pragma --------------------------------------------------------------------------------------------
  47. #pragma mark ===== init =====
  48. #pragma --------------------------------------------------------------------------------------------
  49. - (id)initWithCoder:(NSCoder *)aDecoder
  50. {
  51. if (self = [super initWithCoder:aDecoder]) {
  52. appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
  53. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(triggerProgressTask:) name:@"NotificationProgressTask" object:nil];
  54. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeTheming) name:@"changeTheming" object:nil];
  55. self.metadataDetail = [[tableMetadata alloc] init];
  56. self.photos = [[NSMutableArray alloc] init];
  57. self.photoDataSource = [NSMutableArray new];
  58. dataSourceDirectoryID = [[NSMutableOrderedSet alloc] init];
  59. indexNowVisible = -1;
  60. fileIDNowVisible = nil;
  61. appDelegate.activeDetail = self;
  62. }
  63. return self;
  64. }
  65. #pragma --------------------------------------------------------------------------------------------
  66. #pragma mark ===== View =====
  67. #pragma --------------------------------------------------------------------------------------------
  68. - (void)viewDidLoad
  69. {
  70. [super viewDidLoad];
  71. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(insertGeocoderLocation:) name:@"insertGeocoderLocation" object:nil];
  72. self.imageBackground.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"logo"] multiplier:2 color:[[[NCBrandColor sharedInstance] brand] colorWithAlphaComponent:0.4]];
  73. // Change bar bottom line shadow and remove title back button <"title"
  74. self.navigationController.navigationBar.shadowImage = [CCGraphics generateSinglePixelImageWithColor:[NCBrandColor sharedInstance].brand];
  75. self.navigationController.navigationBar.topItem.title = @"";
  76. // Color Navigation Controller
  77. [appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
  78. // TabBar
  79. self.tabBarController.tabBar.hidden = YES;
  80. self.tabBarController.tabBar.translucent = YES;
  81. // Open View
  82. if ([self.metadataDetail.fileNameView length] > 0 || [self.metadataDetail.directoryID length] > 0 || [self.metadataDetail.fileID length] > 0) {
  83. // open view
  84. [self viewFile];
  85. }
  86. }
  87. - (void)viewWillAppear:(BOOL)animated
  88. {
  89. [super viewWillAppear:animated];
  90. self.tabBarController.tabBar.hidden = YES;
  91. self.tabBarController.tabBar.translucent = YES;
  92. }
  93. - (void)viewWillDisappear:(BOOL)animated
  94. {
  95. [super viewWillDisappear:animated];
  96. [self.navigationController setNavigationBarHidden:false];
  97. }
  98. - (void)viewDidDisappear:(BOOL)animated
  99. {
  100. [super viewDidDisappear:animated];
  101. // If AVPlayer in play -> Stop
  102. if (appDelegate.player != nil && appDelegate.player.rate != 0) {
  103. [appDelegate.player pause];
  104. }
  105. // remove Observer AVPlayer
  106. if (self.isMediaObserver) {
  107. self.isMediaObserver = NO;
  108. @try{
  109. [[NCViewerMedia sharedInstance] removeObserver];
  110. }@catch(id anException) { }
  111. }
  112. }
  113. - (void)changeTheming
  114. {
  115. [appDelegate changeTheming:self];
  116. if (self.toolbar) {
  117. self.toolbar.barTintColor = [NCBrandColor sharedInstance].tabBar;
  118. self.toolbar.tintColor = [NCBrandColor sharedInstance].brandElement;
  119. }
  120. }
  121. - (void)changeToDisplayMode
  122. {
  123. if (_readerPDFViewController)
  124. [self.readerPDFViewController updateContentViews];
  125. }
  126. #pragma --------------------------------------------------------------------------------------------
  127. #pragma mark ===== View File =====
  128. #pragma --------------------------------------------------------------------------------------------
  129. - (void)viewFile
  130. {
  131. // Remove all subview except ..
  132. //for (UIView *view in self.view.superview.subviews) {
  133. // NSInteger tag = view.tag;
  134. //}
  135. // Title
  136. self.navigationController.navigationBar.topItem.title = _metadataDetail.fileNameView;
  137. // verifico se esiste l'icona e se la posso creare
  138. if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView]] == NO) {
  139. [CCGraphics createNewImageFrom:self.metadataDetail.fileNameView fileID:self.metadataDetail.fileID extension:[self.metadataDetail.fileNameView pathExtension] filterGrayScale:NO typeFile:self.metadataDetail.typeFile writeImage:YES];
  140. }
  141. // remove Observer AVPlayer
  142. if (self.isMediaObserver) {
  143. self.isMediaObserver = NO;
  144. [[NCViewerMedia sharedInstance] removeObserver];
  145. }
  146. // IMAGE
  147. if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_image]) {
  148. self.edgesForExtendedLayout = UIRectEdgeAll;
  149. [self viewImage];
  150. }
  151. // AUDIO VIDEO
  152. if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_video] || [self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_audio]) {
  153. self.edgesForExtendedLayout = UIRectEdgeAll;
  154. [self createToolbar];
  155. [[NCViewerMedia sharedInstance] viewMedia:self.metadataDetail detail:self];
  156. }
  157. // DOCUMENT
  158. if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_document]) {
  159. fileNameExtension = [[self.metadataDetail.fileNameView pathExtension] uppercaseString];
  160. if ([fileNameExtension isEqualToString:@"PDF"]) {
  161. self.edgesForExtendedLayout = UIRectEdgeBottom;
  162. [self createToolbar];
  163. [self viewPDF:@""];
  164. return;
  165. }
  166. // RichDocument
  167. if ([[NCViewerRichdocument sharedInstance] isRichDocument:self.metadataDetail]) {
  168. [[NCUtility sharedInstance] startActivityIndicatorWithView:self.view];
  169. if ([self.metadataDetail.url isEqualToString:@""]) {
  170. OCnetworking *ocNetworking = [[OCnetworking alloc] initWithDelegate:nil metadataNet:nil withUser:appDelegate.activeUser withUserID:appDelegate.activeUserID withPassword:appDelegate.activePassword withUrl:appDelegate.activeUrl];
  171. [ocNetworking createLinkRichdocumentsWithFileID:self.metadataDetail.fileID success:^(NSString *link) {
  172. [[NCViewerRichdocument sharedInstance] viewRichDocumentAt:link detail:self];
  173. } failure:^(NSString *message, NSInteger errorCode) {
  174. [[NCUtility sharedInstance] stopActivityIndicator];
  175. [appDelegate messageNotification:@"_error_" description:message visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeError errorCode:errorCode];
  176. [self.navigationController popViewControllerAnimated:YES];
  177. }];
  178. } else {
  179. [[NCViewerRichdocument sharedInstance] viewRichDocumentAt:self.metadataDetail.url detail:self];
  180. }
  181. return;
  182. }
  183. self.edgesForExtendedLayout = UIRectEdgeBottom;
  184. [self createToolbar];
  185. [[NCViewerDocumentWeb sharedInstance] viewDocumentWebAt:self.metadataDetail detail:self];
  186. }
  187. }
  188. #pragma --------------------------------------------------------------------------------------------
  189. #pragma mark ===== Toolbar =====
  190. #pragma --------------------------------------------------------------------------------------------
  191. - (void)createToolbar
  192. {
  193. CGFloat safeAreaBottom = 0;
  194. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:_metadataDetail.directoryID];
  195. if (!serverUrl)
  196. return;
  197. if (@available(iOS 11, *)) {
  198. safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
  199. }
  200. self.toolbar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom, self.view.bounds.size.width, TOOLBAR_HEIGHT)];
  201. UIBarButtonItem *flexible = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:self action:nil];
  202. UIBarButtonItem *fixedSpaceMini = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:self action:nil];
  203. fixedSpaceMini.width = 25;
  204. buttonModifyTxt = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"actionSheetModify"] style:UIBarButtonItemStylePlain target:self action:@selector(modifyTxtButtonPressed:)];
  205. if (![NCBrandOptions sharedInstance].disable_openin_file) {
  206. self.buttonAction = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"openFile"] style:UIBarButtonItemStylePlain target:self action:@selector(actionButtonPressed:)];
  207. }
  208. buttonShare = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"share"] style:UIBarButtonItemStylePlain target:self action:@selector(shareButtonPressed:)];
  209. buttonDelete = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemTrash target:self action:@selector(deleteButtonPressed:)];
  210. if ([CCUtility isDocumentModifiableExtension:fileNameExtension]) {
  211. if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
  212. [self.toolbar setItems:[NSArray arrayWithObjects: buttonModifyTxt, flexible, buttonDelete, fixedSpaceMini, self.buttonAction, nil]];
  213. else
  214. [self.toolbar setItems:[NSArray arrayWithObjects: buttonModifyTxt, flexible, buttonDelete, fixedSpaceMini, buttonShare, fixedSpaceMini, self.buttonAction, nil]];
  215. } else {
  216. if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
  217. [self.toolbar setItems:[NSArray arrayWithObjects: flexible, buttonDelete, fixedSpaceMini, self.buttonAction, nil]];
  218. else
  219. [self.toolbar setItems:[NSArray arrayWithObjects: flexible, buttonDelete, fixedSpaceMini, buttonShare, fixedSpaceMini, self.buttonAction, nil]];
  220. }
  221. [self.toolbar setAutoresizingMask:UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleTopMargin];
  222. self.toolbar.barTintColor = [NCBrandColor sharedInstance].tabBar;
  223. self.toolbar.tintColor = [NCBrandColor sharedInstance].brandElement;
  224. [self.view addSubview:self.toolbar];
  225. }
  226. #pragma --------------------------------------------------------------------------------------------
  227. #pragma mark ===== View Image =====
  228. #pragma --------------------------------------------------------------------------------------------
  229. - (void)viewImage
  230. {
  231. self.photoBrowser = [[MWPhotoBrowser alloc] initWithDelegate:self];
  232. indexNowVisible = -1;
  233. fileIDNowVisible = nil;
  234. [self.photos removeAllObjects];
  235. [dataSourceDirectoryID removeAllObjects];
  236. // if not images, exit
  237. if ([self.photoDataSource count] == 0)
  238. return;
  239. // test
  240. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:_metadataDetail.directoryID];
  241. if (!serverUrl)
  242. return;
  243. NSUInteger index = 0;
  244. for (tableMetadata *metadata in self.photoDataSource) {
  245. // start from here ?
  246. if (self.metadataDetail.fileID && [metadata.fileID isEqualToString:self.metadataDetail.fileID])
  247. [self.photoBrowser setCurrentPhotoIndex:index];
  248. [self.photos addObject:[MWPhoto photoWithImage:nil]];
  249. // add directory
  250. [dataSourceDirectoryID addObject:metadata.directoryID];
  251. index++;
  252. }
  253. // PhotoBrowser
  254. if ([NCBrandOptions sharedInstance].disable_openin_file) {
  255. self.photoBrowser.displayActionButton = NO;
  256. } else {
  257. self.photoBrowser.displayActionButton = YES;
  258. }
  259. self.photoBrowser.displayDeleteButton = YES;
  260. if ([CCUtility isFolderEncrypted:serverUrl account:appDelegate.activeAccount]) // E2EE
  261. self.photoBrowser.displayShareButton = NO;
  262. else
  263. self.photoBrowser.displayShareButton = YES;
  264. self.photoBrowser.displayNavArrows = YES;
  265. self.photoBrowser.displaySelectionButtons = NO;
  266. self.photoBrowser.alwaysShowControls = NO;
  267. self.photoBrowser.zoomPhotosToFill = NO;
  268. self.photoBrowser.autoPlayOnAppear = NO;
  269. self.photoBrowser.delayToHideElements = 15;
  270. if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad)
  271. self.photoBrowser.enableSwipeToDismiss = NO;
  272. if (self.traitCollection.horizontalSizeClass == UIUserInterfaceSizeClassCompact) {
  273. [self addChildViewController:self.photoBrowser];
  274. [self.view addSubview:self.photoBrowser.view];
  275. [self.photoBrowser didMoveToParentViewController:self];
  276. } else {
  277. [self.navigationController pushViewController:self.photoBrowser animated:NO];
  278. }
  279. }
  280. - (NSUInteger)numberOfPhotosInPhotoBrowser:(MWPhotoBrowser *)photoBrowser
  281. {
  282. return [self.photoDataSource count];
  283. }
  284. - (NSString *)photoBrowser:(MWPhotoBrowser *)photoBrowser titleForPhotoAtIndex:(NSUInteger)index
  285. {
  286. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  287. NSString *titleDir = metadata.fileNameView;
  288. self.title = titleDir;
  289. return titleDir;
  290. }
  291. - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser didDisplayPhotoAtIndex:(NSUInteger)index
  292. {
  293. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  294. indexNowVisible = index;
  295. fileIDNowVisible = metadata.fileID;
  296. photoBrowser.toolbar.hidden = NO;
  297. // Download image ?
  298. if (metadata) {
  299. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  300. NSInteger status;
  301. tableMetadata *metadataDB = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", metadata.fileID]];
  302. if (metadataDB) {
  303. status = metadataDB.status;
  304. } else {
  305. status = k_metadataStatusNormal;
  306. }
  307. if ([CCUtility fileProviderStorageExists:metadata.fileID fileNameView:metadata.fileNameView] == NO && status == k_metadataStatusNormal) {
  308. if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]] == NO && metadata.hasPreview) {
  309. [CCGraphics addImageToTitle:NSLocalizedString(@"_...loading..._", nil) colorTitle:[NCBrandColor sharedInstance].brandText imageTitle:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"load"] multiplier:2 color:[NCBrandColor sharedInstance].brandText] imageRight:NO navigationItem:self.navigationItem];
  310. CGFloat width = [[NCUtility sharedInstance] getScreenWidthForPreview];
  311. CGFloat height = [[NCUtility sharedInstance] getScreenHeightForPreview];
  312. OCnetworking *ocNetworking = [[OCnetworking alloc] initWithDelegate:nil metadataNet:nil withUser:appDelegate.activeUser withUserID:appDelegate.activeUserID withPassword:appDelegate.activePassword withUrl:appDelegate.activeUrl];
  313. [ocNetworking downloadPreviewWithMetadata:metadata serverUrl:serverUrl withWidth:width andHeight:height completion:^(NSString *message, NSInteger errorCode) {
  314. self.navigationItem.titleView = nil;
  315. self.title = metadata.fileNameView;
  316. [self.photoBrowser reloadData];
  317. }];
  318. } else {
  319. [self downloadPhotoBrowser:metadata serverUrl:serverUrl];
  320. }
  321. }
  322. }
  323. // Title
  324. if (metadata)
  325. self.title = metadata.fileNameView;
  326. }
  327. - (id <MWPhoto>)photoBrowser:(MWPhotoBrowser *)photoBrowser photoAtIndex:(NSUInteger)index
  328. {
  329. UIImage *image;
  330. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  331. if (index < self.photos.count) {
  332. if (metadata.fileID) {
  333. UIImage *imagePreview = [UIImage imageWithContentsOfFile:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]];
  334. // if (!imagePreview) imagePreview = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"file_photo"] multiplier:3 color:[[NCBrandColor sharedInstance] icon]];
  335. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image]) {
  336. NSString *fileImage = [CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileNameView:metadata.fileNameView];
  337. NSString *ext = [CCUtility getExtension:metadata.fileNameView];
  338. if ([ext isEqualToString:@"GIF"]) image = [UIImage animatedImageWithAnimatedGIFURL:[NSURL fileURLWithPath:fileImage]];
  339. else image = [UIImage imageWithContentsOfFile:fileImage];
  340. if (image) {
  341. MWPhoto *photo = [MWPhoto photoWithImage:image];
  342. // Location ??
  343. [self setLocationCaptionPhoto:photo fileID:metadata.fileID];
  344. [self.photos replaceObjectAtIndex:index withObject:photo];
  345. } else {
  346. if (metadata.status == k_metadataStatusDownloadError) {
  347. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
  348. } else {
  349. if (imagePreview)
  350. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
  351. }
  352. }
  353. }
  354. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_video]) {
  355. if ([CCUtility fileProviderStorageExists:metadata.fileID fileNameView:metadata.fileNameView]) {
  356. NSURL *url = [NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileNameView:metadata.fileNameView]];
  357. MWPhoto *video = [MWPhoto photoWithImage:[CCGraphics thumbnailImageForVideo:url atTime:1.0]];
  358. video.videoURL = url;
  359. [self.photos replaceObjectAtIndex:index withObject:video];
  360. } else {
  361. if (metadata.status == k_metadataStatusDownloadError) {
  362. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
  363. } else {
  364. if (imagePreview)
  365. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
  366. }
  367. }
  368. }
  369. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_audio]) {
  370. if ([CCUtility fileProviderStorageExists:metadata.fileID fileNameView:metadata.fileNameView]) {
  371. MWPhoto *audio;
  372. UIImage *audioImage;
  373. NSURL *url = [NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileNameView:metadata.fileNameView]];
  374. if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]]) {
  375. audioImage = [UIImage imageWithContentsOfFile:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]];
  376. } else {
  377. audioImage = [UIImage imageNamed:@"notaMusic"]; //[CCGraphics scaleImage:[UIImage imageNamed:@"notaMusic"] toSize:CGSizeMake(200, 200) isAspectRation:YES];
  378. }
  379. audio = [MWPhoto photoWithImage:audioImage];
  380. audio.videoURL = url;
  381. [self.photos replaceObjectAtIndex:index withObject:audio];
  382. } else {
  383. if (metadata.status == k_metadataStatusDownloadError) {
  384. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:[UIImage imageNamed:@"filePreviewError"]]];
  385. } else {
  386. if (imagePreview)
  387. [self.photos replaceObjectAtIndex:index withObject:[MWPhoto photoWithImage:imagePreview]];
  388. }
  389. }
  390. }
  391. }
  392. // energy saving memory
  393. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  394. int iPrev = (int)index - 2;
  395. if (iPrev >= 0) {
  396. if ([self.photos objectAtIndex:iPrev] != nil)
  397. [self.photos replaceObjectAtIndex:iPrev withObject:[MWPhoto photoWithImage:nil]];
  398. }
  399. int iNext = (int)index + 2;
  400. if (iNext < _photos.count) {
  401. if ([self.photos objectAtIndex:iNext] != nil)
  402. [self.photos replaceObjectAtIndex:iNext withObject:[MWPhoto photoWithImage:nil]];
  403. }
  404. });
  405. return [self.photos objectAtIndex:index];
  406. }
  407. return nil;
  408. }
  409. - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser actionButtonPressedForPhotoAtIndex:(NSUInteger)index
  410. {
  411. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  412. if (metadata == nil) return;
  413. docController = [UIDocumentInteractionController interactionControllerWithURL:[NSURL fileURLWithPath:[CCUtility getDirectoryProviderStorageFileID:metadata.fileID fileNameView:metadata.fileNameView]]];
  414. docController.delegate = self;
  415. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
  416. [docController presentOptionsMenuFromRect:photoBrowser.view.frame inView:photoBrowser.view animated:YES];
  417. [docController presentOptionsMenuFromBarButtonItem:photoBrowser.actionButton animated:YES];
  418. }
  419. - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser shareButtonPressedForPhotoAtIndex:(NSUInteger)index
  420. {
  421. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  422. [appDelegate.activeMain openWindowShare:metadata];
  423. }
  424. - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser deleteButtonPressedForPhotoAtIndex:(NSUInteger)index deleteButton:(UIBarButtonItem *)deleteButton
  425. {
  426. tableMetadata *metadata = [self.photoDataSource objectAtIndex:index];
  427. if (metadata == nil || [CCUtility fileProviderStorageExists:metadata.fileID fileNameView:metadata.fileNameView] == NO) {
  428. [appDelegate messageNotification:@"_info_" description:@"_file_not_found_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo errorCode:0];
  429. return;
  430. }
  431. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
  432. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_delete_", nil)
  433. style:UIAlertActionStyleDestructive
  434. handler:^(UIAlertAction *action) {
  435. [self deleteFile:metadata];
  436. }]];
  437. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_", nil)
  438. style:UIAlertActionStyleCancel
  439. handler:^(UIAlertAction *action) {
  440. }]];
  441. alertController.popoverPresentationController.barButtonItem = deleteButton;
  442. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
  443. [alertController.view layoutIfNeeded];
  444. [self.parentViewController presentViewController:alertController animated:YES completion:NULL];
  445. }
  446. - (void)photoBrowserDidFinishPresentation:(MWPhotoBrowser *)photoBrowser
  447. {
  448. [self.navigationController popViewControllerAnimated:YES];
  449. }
  450. - (void)triggerProgressTask:(NSNotification *)notification
  451. {
  452. /*
  453. NSDictionary *dict = notification.userInfo;
  454. NSString *fileID = [dict valueForKey:@"fileID"];
  455. //NSString *serverUrl = [dict valueForKey:@"serverUrl"];
  456. //long status = [[dict valueForKey:@"status"] longValue];
  457. float progress = [[dict valueForKey:@"progress"] floatValue];
  458. //long long totalBytes = [[dict valueForKey:@"totalBytes"] longLongValue];
  459. //long long totalBytesExpected = [[dict valueForKey:@"totalBytesExpected"] longLongValue];
  460. if ([fileID isEqualToString:_fileIDNowVisible])
  461. [_hud progress:progress];
  462. */
  463. }
  464. - (void)downloadPhotoBrowserSuccessFailure:(tableMetadata *)metadata selector:(NSString *)selector errorCode:(NSInteger)errorCode
  465. {
  466. // if a message for a directory of these
  467. if (![metadata.fileID isEqualToString:fileIDNowVisible])
  468. return;
  469. // Title
  470. self.navigationItem.titleView = nil;
  471. self.title = metadata.fileNameView;
  472. if (errorCode == 0) {
  473. // verifico se esiste l'icona e se la posso creare
  474. if ([[NSFileManager defaultManager] fileExistsAtPath:[CCUtility getDirectoryProviderStorageIconFileID:metadata.fileID fileNameView:metadata.fileNameView]] == NO) {
  475. [CCGraphics createNewImageFrom:metadata.fileNameView fileID:metadata.fileID extension:[metadata.fileNameView pathExtension] filterGrayScale:NO typeFile:metadata.typeFile writeImage:YES];
  476. }
  477. [self.photoBrowser reloadData];
  478. } else {
  479. [appDelegate messageNotification:@"_download_selected_files_" description:@"_error_download_photobrowser_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeError errorCode:errorCode];
  480. [self.navigationController popViewControllerAnimated:YES];
  481. }
  482. }
  483. - (void)downloadPhotoBrowser:(tableMetadata *)metadata serverUrl:(NSString *)serverUrl
  484. {
  485. tableMetadata *metadataForDownload = [[NCManageDatabase sharedInstance] initNewMetadata:metadata];
  486. metadataForDownload.session = k_download_session;
  487. metadataForDownload.sessionError = @"";
  488. metadataForDownload.sessionSelector = selectorLoadViewImage;
  489. metadataForDownload.status = k_metadataStatusWaitDownload;
  490. // Add Metadata for Download
  491. (void)[[NCManageDatabase sharedInstance] addMetadata:metadataForDownload];
  492. [appDelegate performSelectorOnMainThread:@selector(loadAutoDownloadUpload) withObject:nil waitUntilDone:YES];
  493. [[NCMainCommon sharedInstance] reloadDatasourceWithServerUrl:serverUrl fileID:metadataForDownload.fileID action:k_action_MOD];
  494. [CCGraphics addImageToTitle:NSLocalizedString(@"_...loading..._", nil) colorTitle:[NCBrandColor sharedInstance].brandText imageTitle:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"load"] multiplier:2 color:[NCBrandColor sharedInstance].brandText] imageRight:NO navigationItem:self.navigationItem];
  495. }
  496. - (void)insertGeocoderLocation:(NSNotification *)notification
  497. {
  498. if (notification.userInfo.count == 0)
  499. return;
  500. NSString *fileID = [[notification.userInfo allKeys] objectAtIndex:0];
  501. //NSDate *date = [[notification.userInfo allValues] objectAtIndex:0];
  502. // test [Chrash V 1.14,15]
  503. if (indexNowVisible >= [self.photos count])
  504. return;
  505. if ([fileID isEqualToString:fileIDNowVisible]) {
  506. MWPhoto *photo = [self.photos objectAtIndex:indexNowVisible];
  507. [self setLocationCaptionPhoto:photo fileID:fileID];
  508. [self.photoBrowser reloadData];
  509. }
  510. }
  511. - (void)setLocationCaptionPhoto:(MWPhoto *)photo fileID:(NSString *)fileID
  512. {
  513. tableLocalFile *localFile;
  514. // read Geocoder
  515. localFile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
  516. if ([localFile.exifLatitude doubleValue] != 0 || [localFile.exifLongitude doubleValue] != 0) {
  517. // Fix BUG Geo latitude & longitude
  518. if ([localFile.exifLatitude doubleValue] == 9999 || [localFile.exifLongitude doubleValue] == 9999) {
  519. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
  520. if (metadata) {
  521. [[CCExifGeo sharedInstance] setExifLocalTableEtag:metadata];
  522. }
  523. }
  524. [[CCExifGeo sharedInstance] setGeocoderEtag:fileID exifDate:localFile.exifDate latitude:localFile.exifLatitude longitude:localFile.exifLongitude];
  525. localFile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", fileID]];
  526. if ([localFile.exifLatitude floatValue] != 0 || [localFile.exifLongitude floatValue] != 0) {
  527. NSString *location = [[NCManageDatabase sharedInstance] getLocationFromGeoLatitude:localFile.exifLatitude longitude:localFile.exifLongitude];
  528. if ([localFile.exifDate isEqualToDate:[NSDate distantPast]] == NO && location) {
  529. NSString *localizedDateTime = [NSDateFormatter localizedStringFromDate:localFile.exifDate dateStyle:NSDateFormatterFullStyle timeStyle:NSDateFormatterMediumStyle];
  530. photo.caption = [NSString stringWithFormat:NSLocalizedString(@"%@\n%@", nil), localizedDateTime, location];
  531. }
  532. }
  533. }
  534. }
  535. #pragma --------------------------------------------------------------------------------------------
  536. #pragma mark ===== View PDF =====
  537. #pragma --------------------------------------------------------------------------------------------
  538. - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
  539. {
  540. [alertView dismissWithClickedButtonIndex:buttonIndex animated:YES];
  541. [[alertView textFieldAtIndex:0] resignFirstResponder];
  542. if (alertView.tag == alertRequestPasswordPDF) [self performSelector:@selector(viewPDF:) withObject:[alertView textFieldAtIndex:0].text afterDelay:0.3];
  543. }
  544. - (void)viewPDF:(NSString *)password
  545. {
  546. // remove cache PDF
  547. NSString *filePlistReader = [NSString stringWithFormat:@"%@/%@.plist", [CCUtility getDirectoryReaderMetadata], self.metadataDetail.fileNameView.stringByDeletingPathExtension];
  548. [CCUtility removeFileAtPath:filePlistReader];
  549. NSString *fileNamePath = [CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView];
  550. if ([CCUtility fileProviderStorageExists:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView] == NO) {
  551. // read file error
  552. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
  553. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  554. [alertController addAction:okAction];
  555. [self presentViewController:alertController animated:YES completion:nil];
  556. }
  557. CGPDFDocumentRef pdf = CGPDFDocumentCreateWithURL((CFURLRef)[NSURL fileURLWithPath:fileNamePath]);
  558. if (pdf) {
  559. // Encrypted
  560. if (CGPDFDocumentIsEncrypted(pdf) == YES) {
  561. // Try a blank password first, per Apple's Quartz PDF example
  562. if (CGPDFDocumentUnlockWithPassword(pdf, "") == YES) {
  563. // blank password
  564. [self readerPDF:fileNamePath password:@""];
  565. } else {
  566. if ([password length] == 0) {
  567. // password request
  568. UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"_insert_password_pfd_",nil) message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:NSLocalizedString(@"_ok_", nil), nil];
  569. [alertView setAlertViewStyle:UIAlertViewStylePlainTextInput];
  570. alertView.tag = alertRequestPasswordPDF;
  571. [alertView show];
  572. } else {
  573. const char *key = [password UTF8String];
  574. // failure
  575. if (CGPDFDocumentUnlockWithPassword(pdf, key) == NO) {
  576. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_password_pdf_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
  577. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  578. [alertController addAction:okAction];
  579. [self presentViewController:alertController animated:YES completion:nil];
  580. } else {
  581. // pdf with password
  582. [self readerPDF:fileNamePath password:password];
  583. }
  584. }
  585. }
  586. } else{
  587. // No password
  588. [self readerPDF:fileNamePath password:@""];
  589. }
  590. } else {
  591. // read file error
  592. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
  593. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  594. [alertController addAction:okAction];
  595. [self presentViewController:alertController animated:YES completion:nil];
  596. }
  597. }
  598. - (void)readerPDF:(NSString *)fileName password:(NSString *)password
  599. {
  600. ReaderDocument *documentPDF = [ReaderDocument withDocumentFilePath:fileName password:password];
  601. CGFloat safeAreaBottom = 0;
  602. if (@available(iOS 11, *)) {
  603. safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
  604. }
  605. if (documentPDF != nil) {
  606. self.readerPDFViewController = [[ReaderViewController alloc] initWithReaderDocument:documentPDF];
  607. self.readerPDFViewController.delegate = self;
  608. self.readerPDFViewController.view.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom);
  609. [self.readerPDFViewController updateContentViews];
  610. [self addChildViewController:self.readerPDFViewController];
  611. [self.view addSubview:self.readerPDFViewController.view];
  612. [self.readerPDFViewController didMoveToParentViewController:self];
  613. } else {
  614. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_read_file_error_", nil) preferredStyle:UIAlertControllerStyleAlert];
  615. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  616. [alertController addAction:okAction];
  617. [self presentViewController:alertController animated:YES completion:nil];
  618. }
  619. }
  620. - (void)handleSingleTapReader
  621. {
  622. UILayoutGuide *layoutGuide;
  623. CGFloat safeAreaTop = 0;
  624. CGFloat safeAreaBottom = 0;
  625. if (@available(iOS 11, *)) {
  626. layoutGuide = [UIApplication sharedApplication].delegate.window.safeAreaLayoutGuide;
  627. safeAreaTop = [UIApplication sharedApplication].delegate.window.safeAreaInsets.top;
  628. safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
  629. }
  630. self.navigationController.navigationBarHidden = !self.navigationController.navigationBarHidden;
  631. self.toolbar.hidden = !self.toolbar.isHidden;
  632. if (self.toolbar.isHidden) {
  633. self.readerPDFViewController.view.frame = CGRectMake(0, safeAreaTop, self.view.bounds.size.width, self.view.bounds.size.height - safeAreaTop - safeAreaBottom);
  634. } else {
  635. self.readerPDFViewController.view.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - TOOLBAR_HEIGHT - safeAreaBottom);
  636. }
  637. [self.readerPDFViewController updateContentViews];
  638. }
  639. - (void)handleSwipeUpDown
  640. {
  641. // REMOVE IT'S UNUSABLE
  642. /*
  643. self.navigationController.navigationBarHidden = false; // iOS App is unusable after swipe up or down with PDF in fullscreen #526
  644. [self removeAllView];
  645. [self.navigationController popViewControllerAnimated:YES];
  646. */
  647. }
  648. #pragma --------------------------------------------------------------------------------------------
  649. #pragma mark ===== Delete =====
  650. #pragma --------------------------------------------------------------------------------------------
  651. - (void)deleteFile:(tableMetadata *)metadata
  652. {
  653. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  654. tableDirectory *tableDirectory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND e2eEncrypted == 1 AND serverUrl == %@", appDelegate.activeAccount, serverUrl]];
  655. [[NCMainCommon sharedInstance ] deleteFileWithMetadatas:[[NSArray alloc] initWithObjects:metadata, nil] e2ee:tableDirectory.e2eEncrypted serverUrl:serverUrl folderFileID:tableDirectory.fileID completion:^(NSInteger errorCode, NSString *message) {
  656. if (errorCode == 0) {
  657. // reload data source
  658. [[NCMainCommon sharedInstance] reloadDatasourceWithServerUrl:serverUrl fileID:metadata.fileID action:k_action_DEL];
  659. // Not image
  660. if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_image] == NO) {
  661. // exit
  662. [self.navigationController popViewControllerAnimated:YES];
  663. } else {
  664. for (NSUInteger index=0; index < [self.photoDataSource count] && _photoBrowser; index++ ) {
  665. tableMetadata *metadataTemp = [self.photoDataSource objectAtIndex:index];
  666. if ([metadata isInvalidated] || [metadataTemp.fileID isEqualToString:metadata.fileID]) {
  667. [self.photoDataSource removeObjectAtIndex:index];
  668. [self.photos removeObjectAtIndex:index];
  669. [self.photoBrowser reloadData];
  670. // exit
  671. if ([self.photoDataSource count] == 0) {
  672. [self.navigationController popViewControllerAnimated:YES];
  673. }
  674. }
  675. }
  676. }
  677. } else {
  678. NSLog(@"[LOG] DeleteFileOrFolder failure error %d, %@", (int)errorCode, message);
  679. }
  680. }];
  681. }
  682. #pragma --------------------------------------------------------------------------------------------
  683. #pragma mark ===== ButtonPressed =====
  684. #pragma --------------------------------------------------------------------------------------------
  685. - (void)dismissTextView
  686. {
  687. if (self.webView) {
  688. NSString *fileNamePath = [NSTemporaryDirectory() stringByAppendingString:self.metadataDetail.fileNameView];
  689. [[NSFileManager defaultManager] removeItemAtPath:fileNamePath error:nil];
  690. [[NSFileManager defaultManager] linkItemAtPath:[CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView] toPath:fileNamePath error:nil];
  691. [self.webView reload];
  692. }
  693. }
  694. - (void)modifyTxtButtonPressed:(UIBarButtonItem *)sender
  695. {
  696. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@", self.metadataDetail.fileID]];
  697. if (metadata) {
  698. UINavigationController* navigationController = [[UIStoryboard storyboardWithName:@"NCText" bundle:nil] instantiateViewControllerWithIdentifier:@"NCText"];
  699. NCText *viewController = (NCText *)navigationController.topViewController;
  700. viewController.metadata = metadata;
  701. viewController.delegate = self;
  702. navigationController.modalPresentationStyle = UIModalPresentationPageSheet;
  703. navigationController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
  704. [self presentViewController:navigationController animated:YES completion:nil];
  705. }
  706. }
  707. - (void)actionButtonPressed:(UIBarButtonItem *)sender
  708. {
  709. if ([self.metadataDetail.fileNameView length] == 0) return;
  710. NSString *filePath = [CCUtility getDirectoryProviderStorageFileID:self.metadataDetail.fileID fileNameView:self.metadataDetail.fileNameView];
  711. docController = [UIDocumentInteractionController interactionControllerWithURL:[NSURL fileURLWithPath:filePath]];
  712. docController.delegate = self;
  713. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
  714. [docController presentOptionsMenuFromRect:self.view.frame inView:self.view animated:YES];
  715. [docController presentOptionsMenuFromBarButtonItem:sender animated:YES];
  716. }
  717. - (void)shareButtonPressed:(UIBarButtonItem *)sender
  718. {
  719. [appDelegate.activeMain openWindowShare:self.metadataDetail];
  720. }
  721. - (void)deleteButtonPressed:(UIBarButtonItem *)sender
  722. {
  723. if ([self.metadataDetail.fileNameView length] == 0) return;
  724. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
  725. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_delete_", nil)
  726. style:UIAlertActionStyleDestructive
  727. handler:^(UIAlertAction *action) {
  728. [self deleteFile:self.metadataDetail];
  729. }]];
  730. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_", nil)
  731. style:UIAlertActionStyleCancel
  732. handler:^(UIAlertAction *action) {
  733. [alertController dismissViewControllerAnimated:YES completion:nil];
  734. }]];
  735. alertController.popoverPresentationController.barButtonItem = buttonDelete;
  736. if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
  737. [alertController.view layoutIfNeeded];
  738. [self presentViewController:alertController animated:YES completion:NULL];
  739. }
  740. @end