Quellcode durchsuchen

1.修改RedAnt Mobile,添加Enum Sort界面按钮图标。

Pen Li vor 8 Jahren
Ursprung
Commit
3f13b06788

+ 21 - 5
RedAnt Mobile/RedAnt Mobile.xcodeproj/project.pbxproj

@@ -21,6 +21,8 @@
 		4221EFB81FA879470026E1EC /* Result.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EFB71FA879470026E1EC /* Result.storyboard */; };
 		42973AD61FBA8F4A00A3C164 /* Phone_Range_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */; };
 		42973AD71FBA8F4A00A3C164 /* CommonEditorRangeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */; };
+		42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */; };
+		42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */; };
 		42DFAE6B1F9B2B73009AFCCC /* Phone_Action_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */; };
 		42DFAE6D1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */; };
 		42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */; };
@@ -140,6 +142,8 @@
 		42973AD31FBA8F4900A3C164 /* CommonEditorRangeCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorRangeCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.h"; sourceTree = "<group>"; };
 		42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Phone_Range_Cell.xib; path = "../../RedAnt ERP Mobile/common/CommonEditor/Phone_Range_Cell.xib"; sourceTree = "<group>"; };
 		42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorRangeCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.m"; sourceTree = "<group>"; };
+		42973ADA1FBABB7E00A3C164 /* EnumSelectAndSortCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectAndSortCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortCell.h"; sourceTree = "<group>"; };
+		42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectAndSortCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortCell.m"; sourceTree = "<group>"; };
 		42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Action_Cell.xib; sourceTree = "<group>"; };
 		42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Edit_Cell.xib; sourceTree = "<group>"; };
 		42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Enum_Cell.xib; sourceTree = "<group>"; };
@@ -370,6 +374,20 @@
 			name = RangeCell;
 			sourceTree = "<group>";
 		};
+		42973AD91FBABADD00A3C164 /* EnumSelectAndSort */ = {
+			isa = PBXGroup;
+			children = (
+				42973ADA1FBABB7E00A3C164 /* EnumSelectAndSortCell.h */,
+				42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */,
+				71FF60271FA7236100C5523A /* EnumModel.h */,
+				71FF60281FA7236200C5523A /* EnumModel.m */,
+				71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */,
+				71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */,
+				71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */,
+			);
+			name = EnumSelectAndSort;
+			sourceTree = "<group>";
+		};
 		42DFAE601F9B2A01009AFCCC /* ActionCell */ = {
 			isa = PBXGroup;
 			children = (
@@ -722,11 +740,7 @@
 				71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */,
 				71F3AA301F612369001036C8 /* EnumSelectViewController.h */,
 				71F3AA311F612369001036C8 /* EnumSelectViewController.m */,
-				71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */,
-				71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */,
-				71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */,
-				71FF60271FA7236100C5523A /* EnumModel.h */,
-				71FF60281FA7236200C5523A /* EnumModel.m */,
+				42973AD91FBABADD00A3C164 /* EnumSelectAndSort */,
 				71F3AA321F612369001036C8 /* MonthPickerViewController.h */,
 				71F3AA331F612369001036C8 /* MonthPickerViewController.m */,
 				71F3AA341F612369001036C8 /* SRMonthPicker.h */,
@@ -844,6 +858,7 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */,
 				7197D4041FB438B60063EFBB /* demo_row.pdf in Resources */,
 				71FF60371FA96F4F00C5523A /* download_query.xls in Resources */,
 				71FF60321FA871DD00C5523A /* data.json in Resources */,
@@ -958,6 +973,7 @@
 				71FF60291FA7236200C5523A /* EnumModel.m in Sources */,
 				71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */,
 				71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */,
+				42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */,
 				71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;

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


+ 5 - 0
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/AppIcon.appiconset/Contents.json

@@ -39,6 +39,11 @@
       "idiom" : "iphone",
       "size" : "60x60",
       "scale" : "3x"
+    },
+    {
+      "idiom" : "ios-marketing",
+      "size" : "1024x1024",
+      "scale" : "1x"
     }
   ],
   "info" : {

+ 6 - 0
RedAnt Mobile/RedAnt Mobile/Assets.xcassets/Contents.json

@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

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

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

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


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


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


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

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

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


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


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


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

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

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


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


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