|
@@ -205,6 +205,7 @@
|
|
|
|
|
|
fileNameExtension = [[self.metadataDetail.fileNameView pathExtension] uppercaseString];
|
|
fileNameExtension = [[self.metadataDetail.fileNameView pathExtension] uppercaseString];
|
|
|
|
|
|
|
|
+/*
|
|
#if DEBUG
|
|
#if DEBUG
|
|
// Richdocument editor
|
|
// Richdocument editor
|
|
NSString *mimeType = [CCUtility getMimeType:self.metadataDetail.fileNameView];
|
|
NSString *mimeType = [CCUtility getMimeType:self.metadataDetail.fileNameView];
|
|
@@ -233,7 +234,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
|
|
+*/
|
|
if ([fileNameExtension isEqualToString:@"PDF"]) {
|
|
if ([fileNameExtension isEqualToString:@"PDF"]) {
|
|
|
|
|
|
self.edgesForExtendedLayout = UIRectEdgeBottom;
|
|
self.edgesForExtendedLayout = UIRectEdgeBottom;
|