Просмотр исходного кода

1.完成iOS Apex Drivers Order列表显示,增肌Order Type以及图像加载。

Pen Li 7 лет назад
Родитель
Сommit
b5b528d3b2
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      Redant Drivers/Apex And Drivers.xcodeproj/project.pbxproj

+ 6 - 0
Redant Drivers/Apex And Drivers.xcodeproj/project.pbxproj

@@ -45,6 +45,7 @@
 		424204EE20C66D20005AEED9 /* RAPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 424204ED20C66D20005AEED9 /* RAPhotoPreviewController.m */; };
 		424204F020C66D2D005AEED9 /* PhotoPreview.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 424204EF20C66D2D005AEED9 /* PhotoPreview.storyboard */; };
 		424204F320C68E02005AEED9 /* RAProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 424204F220C68E02005AEED9 /* RAProgressHUD.m */; };
+		424BA1E32136806C007912EC /* UIImage+RedAnt.m in Sources */ = {isa = PBXBuildFile; fileRef = 424BA1E22136806C007912EC /* UIImage+RedAnt.m */; };
 		42529D2120C0E8EC000C0F4D /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42529D2020C0E8EC000C0F4D /* NetworkUtils.m */; };
 		42529D2520C0E97E000C0F4D /* RADataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 42529D2420C0E97E000C0F4D /* RADataProvider.m */; };
 		42529D2B20C0EA0A000C0F4D /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 42529D2A20C0EA0A000C0F4D /* RAUtils.m */; };
@@ -227,6 +228,8 @@
 		424204EF20C66D2D005AEED9 /* PhotoPreview.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = PhotoPreview.storyboard; sourceTree = "<group>"; };
 		424204F120C68E02005AEED9 /* RAProgressHUD.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAProgressHUD.h; sourceTree = "<group>"; };
 		424204F220C68E02005AEED9 /* RAProgressHUD.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAProgressHUD.m; sourceTree = "<group>"; };
+		424BA1E12136806C007912EC /* UIImage+RedAnt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+RedAnt.h"; sourceTree = "<group>"; };
+		424BA1E22136806C007912EC /* UIImage+RedAnt.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+RedAnt.m"; sourceTree = "<group>"; };
 		42529D1F20C0E8EB000C0F4D /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
 		42529D2020C0E8EC000C0F4D /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
 		42529D2320C0E97E000C0F4D /* RADataProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RADataProvider.h; sourceTree = "<group>"; };
@@ -615,6 +618,8 @@
 				424204F220C68E02005AEED9 /* RAProgressHUD.m */,
 				425B97E420C7BD3800B35713 /* UIView+Toast.h */,
 				425B97E320C7BD3800B35713 /* UIView+Toast.m */,
+				424BA1E12136806C007912EC /* UIImage+RedAnt.h */,
+				424BA1E22136806C007912EC /* UIImage+RedAnt.m */,
 			);
 			name = Utils;
 			sourceTree = "<group>";
@@ -1150,6 +1155,7 @@
 				42D8B8D220C267C7001C125F /* RADetailActionsLayout.m in Sources */,
 				420D111E2133F08F00149B37 /* RAOrderFilterDateCell.m in Sources */,
 				425B97D020C78ABE00B35713 /* RAUploadManager.m in Sources */,
+				424BA1E32136806C007912EC /* UIImage+RedAnt.m in Sources */,
 				42D8B8B420C2463D001C125F /* RADetailLocationCell.m in Sources */,
 				4281100520E4D47000315156 /* UIView+JLExtension.m in Sources */,
 				423C6A4E20C909FC00455E27 /* RANotificationNameCenter.m in Sources */,