From f86647c644b10a03300906aac377505ad1c24c98 Mon Sep 17 00:00:00 2001 From: zjf <zhangjf@probim.com.cn> Date: Mon, 13 Mar 2023 13:33:04 +0800 Subject: [PATCH] 项目搜索历史标签 及 现场 新增标签更换库 collection view 添加背景颜色 cell修改样式 --- IphoneBIMe/IphoneBIMe.xcodeproj/project.pbxproj | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/IphoneBIMe/IphoneBIMe.xcodeproj/project.pbxproj b/IphoneBIMe/IphoneBIMe.xcodeproj/project.pbxproj index 4f91af3..dd71f48 100644 --- a/IphoneBIMe/IphoneBIMe.xcodeproj/project.pbxproj +++ b/IphoneBIMe/IphoneBIMe.xcodeproj/project.pbxproj @@ -268,6 +268,8 @@ 2CFB177E2101CC1200B6BF1A /* PBModelsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFB177D2101CC1200B6BF1A /* PBModelsTableViewCell.m */; }; 2CFD790624C02CA9006B6E75 /* PBInputCodeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFD790524C02CA8006B6E75 /* PBInputCodeTableViewCell.m */; }; 4C07019729B85E4000F29889 /* PBNewVehicleTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C07019629B85E4000F29889 /* PBNewVehicleTableViewCell.m */; }; + 4C0701B729BED74000F29889 /* KeyWordCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C0701B329BED74000F29889 /* KeyWordCell.m */; }; + 4C0701B829BED74000F29889 /* LBKeyWordLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C0701B529BED74000F29889 /* LBKeyWordLayout.m */; }; 4C385C912988F3DF00D9F626 /* SGScanViewConfigure.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C385C742988F3DF00D9F626 /* SGScanViewConfigure.m */; }; 4C385C922988F3DF00D9F626 /* SGScanView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C385C752988F3DF00D9F626 /* SGScanView.m */; }; 4C385C932988F3DF00D9F626 /* SGQRCode.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4C385C782988F3DF00D9F626 /* SGQRCode.bundle */; }; @@ -1763,6 +1765,10 @@ 2E141B7B69B652435715D5BB /* Pods-IphoneBIMe.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-IphoneBIMe.release.xcconfig"; path = "Pods/Target Support Files/Pods-IphoneBIMe/Pods-IphoneBIMe.release.xcconfig"; sourceTree = "<group>"; }; 4C07019529B85E4000F29889 /* PBNewVehicleTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PBNewVehicleTableViewCell.h; sourceTree = "<group>"; }; 4C07019629B85E4000F29889 /* PBNewVehicleTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PBNewVehicleTableViewCell.m; sourceTree = "<group>"; }; + 4C0701B329BED74000F29889 /* KeyWordCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KeyWordCell.m; sourceTree = "<group>"; }; + 4C0701B429BED74000F29889 /* LBKeyWordLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LBKeyWordLayout.h; sourceTree = "<group>"; }; + 4C0701B529BED74000F29889 /* LBKeyWordLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LBKeyWordLayout.m; sourceTree = "<group>"; }; + 4C0701B629BED74000F29889 /* KeyWordCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyWordCell.h; sourceTree = "<group>"; }; 4C385C722988F3DF00D9F626 /* SGQRCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGQRCode.h; sourceTree = "<group>"; }; 4C385C742988F3DF00D9F626 /* SGScanViewConfigure.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGScanViewConfigure.m; sourceTree = "<group>"; }; 4C385C752988F3DF00D9F626 /* SGScanView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SGScanView.m; sourceTree = "<group>"; }; @@ -2271,6 +2277,7 @@ 2C2A6F0E20F8948C00218D5C /* Views */ = { isa = PBXGroup; children = ( + 4C0701B229BED74000F29889 /* AutoCollectView */, 2CBB3FC4248A45C8003D3089 /* AutoFitLabel */, 2C5067F720FDB30600D5F47A /* Menu */, 2CA07076246B991500F9D6D1 /* PBAnnotationView.h */, @@ -4040,6 +4047,17 @@ name = Frameworks; sourceTree = "<group>"; }; + 4C0701B229BED74000F29889 /* AutoCollectView */ = { + isa = PBXGroup; + children = ( + 4C0701B329BED74000F29889 /* KeyWordCell.m */, + 4C0701B429BED74000F29889 /* LBKeyWordLayout.h */, + 4C0701B529BED74000F29889 /* LBKeyWordLayout.m */, + 4C0701B629BED74000F29889 /* KeyWordCell.h */, + ); + path = AutoCollectView; + sourceTree = "<group>"; + }; 4C385C712988F3DF00D9F626 /* SGQRCode */ = { isa = PBXGroup; children = ( @@ -4662,6 +4680,7 @@ 2C5067F620FD935100D5F47A /* PBMineView.m in Sources */, 2C66CBED216C811B0039C19A /* PBProjectPower.m in Sources */, 4CD610FE28C052B900BBBF67 /* PBSuperviseTableViewCell.m in Sources */, + 4C0701B829BED74000F29889 /* LBKeyWordLayout.m in Sources */, 2C16401528C39A7A001DFF31 /* PBMaterialPlanModel.m in Sources */, 4C8488712901529C0095E7C3 /* PBScrollVpView.m in Sources */, 2C01A388211182F600D75B3F /* PBDocBaseController.mm in Sources */, @@ -4748,6 +4767,7 @@ 2C69964A2435C7820015EE17 /* PBStructureViewController.m in Sources */, 2C2CB6652125632400E35BB5 /* PBPersonTableViewCell.m in Sources */, 2CBB3FEE2493634F003D3089 /* PBCodeTableViewCell.m in Sources */, + 4C0701B729BED74000F29889 /* KeyWordCell.m in Sources */, 4C90992628D80F0B004B30C4 /* IQKeyboardManager.m in Sources */, 2C1AC3F8211AFAE900D3C412 /* PBIssueNavModel.m in Sources */, 2C8DD18B247F704C009B6C26 /* JYPulleyScrollView.m in Sources */, -- Gitblit v1.9.3