Parcourir la source

1.RedAnt Mobile导入ContentPreview Close按钮图标。

Pen Li il y a 8 ans
Parent
commit
ad566ca88e

+ 55 - 0
RedAnt Mobile/RedAnt Mobile.xcodeproj/project.pbxproj

@@ -29,6 +29,10 @@
 		42D64C9D1FD0FAEF003F49F9 /* Assets.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 42D64C971FD0FAEE003F49F9 /* Assets.bundle */; };
 		42D64C9E1FD0FAEF003F49F9 /* YTPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64C9A1FD0FAEE003F49F9 /* YTPlayerView.m */; };
 		42D64C9F1FD0FAEF003F49F9 /* YTViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64C9C1FD0FAEE003F49F9 /* YTViewController.m */; };
+		42D64CB61FD0FEB5003F49F9 /* ContentPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */; };
+		42D64CB71FD0FEB5003F49F9 /* PhotoList.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */; };
+		42D64CB81FD0FEB5003F49F9 /* PhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */; };
+		42D64CB91FD0FEB5003F49F9 /* VideoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */; };
 		42D8CD5C1FC662E7005BEA15 /* CommonEditorTableContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */; };
 		42DBCB111FBEC0B7005574E0 /* CommonEditorWebCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */; };
 		42DBCB131FBEC0E1005574E0 /* Phone_Web_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */; };
@@ -195,6 +199,13 @@
 		42D64C9A1FD0FAEE003F49F9 /* YTPlayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YTPlayerView.m; sourceTree = "<group>"; };
 		42D64C9B1FD0FAEE003F49F9 /* YTViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YTViewController.h; sourceTree = "<group>"; };
 		42D64C9C1FD0FAEE003F49F9 /* YTViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YTViewController.m; sourceTree = "<group>"; };
+		42D64CAD1FD0FEB4003F49F9 /* ContentPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentPreviewController.h; sourceTree = "<group>"; };
+		42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentPreviewController.m; sourceTree = "<group>"; };
+		42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PhotoList.storyboard; sourceTree = "<group>"; };
+		42D64CB21FD0FEB4003F49F9 /* PhotoPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPreviewCell.h; sourceTree = "<group>"; };
+		42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoPreviewCell.m; sourceTree = "<group>"; };
+		42D64CB41FD0FEB4003F49F9 /* VideoPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoPreviewCell.h; sourceTree = "<group>"; };
+		42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoPreviewCell.m; sourceTree = "<group>"; };
 		42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorTableContainerView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.m"; sourceTree = "<group>"; };
 		42D8CD5B1FC662E7005BEA15 /* CommonEditorTableContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorTableContainerView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.h"; sourceTree = "<group>"; };
 		42DBCB0F1FBEC0B7005574E0 /* CommonEditorWebCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CommonEditorWebCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorWebCell.h"; sourceTree = "<group>"; };
@@ -528,6 +539,45 @@
 			path = "../../RedAnt ERP Mobile/common/youtube";
 			sourceTree = "<group>";
 		};
+		42D64CAB1FD0FEB4003F49F9 /* PhotoList */ = {
+			isa = PBXGroup;
+			children = (
+				42D64CAC1FD0FEB4003F49F9 /* Controller */,
+				42D64CAF1FD0FEB4003F49F9 /* Storyboard */,
+				42D64CB11FD0FEB4003F49F9 /* View */,
+			);
+			name = PhotoList;
+			path = "../../RedAnt ERP Mobile/common/PhotoList";
+			sourceTree = "<group>";
+		};
+		42D64CAC1FD0FEB4003F49F9 /* Controller */ = {
+			isa = PBXGroup;
+			children = (
+				42D64CAD1FD0FEB4003F49F9 /* ContentPreviewController.h */,
+				42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */,
+			);
+			path = Controller;
+			sourceTree = "<group>";
+		};
+		42D64CAF1FD0FEB4003F49F9 /* Storyboard */ = {
+			isa = PBXGroup;
+			children = (
+				42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */,
+			);
+			path = Storyboard;
+			sourceTree = "<group>";
+		};
+		42D64CB11FD0FEB4003F49F9 /* View */ = {
+			isa = PBXGroup;
+			children = (
+				42D64CB21FD0FEB4003F49F9 /* PhotoPreviewCell.h */,
+				42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */,
+				42D64CB41FD0FEB4003F49F9 /* VideoPreviewCell.h */,
+				42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */,
+			);
+			path = View;
+			sourceTree = "<group>";
+		};
 		42DBCB0E1FBEC055005574E0 /* WebCell */ = {
 			isa = PBXGroup;
 			children = (
@@ -933,6 +983,7 @@
 		71F3AA131F612347001036C8 /* commonUI */ = {
 			isa = PBXGroup;
 			children = (
+				42D64CAB1FD0FEB4003F49F9 /* PhotoList */,
 				42D64C961FD0FAEE003F49F9 /* youtube */,
 				71F3AA601F624B2F001036C8 /* BundleModelCell.h */,
 				71F3AA611F624B2F001036C8 /* BundleModelCell.m */,
@@ -1126,6 +1177,7 @@
 				42D64C951FD0FAA4003F49F9 /* Phone_Banner_Item_Cell.xib in Resources */,
 				42DFAE751F9B2C83009AFCCC /* Phone_MAction_Cell.xib in Resources */,
 				42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */,
+				42D64CB71FD0FEB5003F49F9 /* PhotoList.storyboard in Resources */,
 				4221EFA11FA81E580026E1EC /* RAQuery.storyboard in Resources */,
 				42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */,
 				71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
@@ -1188,6 +1240,7 @@
 				71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */,
 				71FF60251FA7209F00C5523A /* EnumSelectAndSortViewController.m in Sources */,
 				71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */,
+				42D64CB91FD0FEB5003F49F9 /* VideoPreviewCell.m in Sources */,
 				71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */,
 				7167804E1FCC0B0000FE2784 /* SCShapeView.m in Sources */,
 				71F3AA111F611FC4001036C8 /* testViewController.m in Sources */,
@@ -1218,10 +1271,12 @@
 				71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */,
 				71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */,
 				71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */,
+				42D64CB61FD0FEB5003F49F9 /* ContentPreviewController.m in Sources */,
 				71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */,
 				71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */,
 				7197D4181FBC10710063EFBB /* DetailKVCell.m in Sources */,
 				71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */,
+				42D64CB81FD0FEB5003F49F9 /* PhotoPreviewCell.m in Sources */,
 				42D64C9E1FD0FAEF003F49F9 /* YTPlayerView.m in Sources */,
 				7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */,
 				716780651FCC0D3700FE2784 /* UploadViewController.m in Sources */,

BIN
RedAnt Mobile/RedAnt Mobile.xcodeproj/project.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 23 - 0
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/iv_close.imageset/Contents.json

@@ -0,0 +1,23 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "iv_close.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "iv_close@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "iv_close@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/iv_close.imageset/iv_close.png


BIN
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/iv_close.imageset/iv_close@2x.png


BIN
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/iv_close.imageset/iv_close@3x.png