UI修改读取定时

This commit is contained in:
kai60
2022-05-14 18:23:07 +08:00
parent e9992fed8b
commit 146e89a310
17 changed files with 424 additions and 153 deletions
+12 -4
View File
@@ -2255,6 +2255,9 @@
88F740C01ECC28E800876AED /* ShopAddGoodsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 88F740BF1ECC28E800876AED /* ShopAddGoodsViewController.m */; };
C017B1E2245ED2D4003151DF /* UIImage+WaterMark.h in Headers */ = {isa = PBXBuildFile; fileRef = C017B1E0245ED2D3003151DF /* UIImage+WaterMark.h */; };
C017B1E3245ED2D4003151DF /* UIImage+WaterMark.m in Sources */ = {isa = PBXBuildFile; fileRef = C017B1E1245ED2D4003151DF /* UIImage+WaterMark.m */; };
C01B9888282F50E8004FF42D /* UIView+Frame.m in Sources */ = {isa = PBXBuildFile; fileRef = C01B9886282F50E8004FF42D /* UIView+Frame.m */; };
C01B9889282F50E8004FF42D /* UIView+Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = C01B9887282F50E8004FF42D /* UIView+Frame.h */; };
C01B988B282F802E004FF42D /* arrow_right@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C01B988A282F802E004FF42D /* arrow_right@2x.png */; };
C024B79E2379668B00509424 /* NSArray+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = C024B78A2379668B00509424 /* NSArray+AvoidCrash.m */; };
C024B79F2379668B00509424 /* AvoidCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = C024B78B2379668B00509424 /* AvoidCrash.h */; };
C024B7A02379668B00509424 /* NSString+AvoidCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = C024B78C2379668B00509424 /* NSString+AvoidCrash.m */; };
@@ -2299,7 +2302,6 @@
C0837A57244FF5510034FEC5 /* EGOCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C0837A55244FF5500034FEC5 /* EGOCache.m */; };
C0837A58244FF5510034FEC5 /* EGOCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C0837A56244FF5500034FEC5 /* EGOCache.h */; };
C089767E281BCB3A0098B5FA /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C089767D281BCB3A0098B5FA /* NetworkExtension.framework */; };
C08976AC282110280098B5FA /* arrow_right@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C08976AB282110280098B5FA /* arrow_right@2x.png */; };
C08976B0282117930098B5FA /* 矩形.png in Resources */ = {isa = PBXBuildFile; fileRef = C08976AD282117920098B5FA /* 矩形.png */; };
C08976B1282117930098B5FA /* 矩形@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C08976AE282117920098B5FA /* 矩形@2x.png */; };
C08976B2282117930098B5FA /* 矩形@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = C08976AF282117930098B5FA /* 矩形@3x.png */; };
@@ -5753,6 +5755,9 @@
88F740BF1ECC28E800876AED /* ShopAddGoodsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShopAddGoodsViewController.m; sourceTree = "<group>"; };
C017B1E0245ED2D3003151DF /* UIImage+WaterMark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+WaterMark.h"; sourceTree = "<group>"; };
C017B1E1245ED2D4003151DF /* UIImage+WaterMark.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+WaterMark.m"; sourceTree = "<group>"; };
C01B9886282F50E8004FF42D /* UIView+Frame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Frame.m"; sourceTree = "<group>"; };
C01B9887282F50E8004FF42D /* UIView+Frame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Frame.h"; sourceTree = "<group>"; };
C01B988A282F802E004FF42D /* arrow_right@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "arrow_right@2x.png"; sourceTree = "<group>"; };
C024B78A2379668B00509424 /* NSArray+AvoidCrash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+AvoidCrash.m"; sourceTree = "<group>"; };
C024B78B2379668B00509424 /* AvoidCrash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AvoidCrash.h; sourceTree = "<group>"; };
C024B78C2379668B00509424 /* NSString+AvoidCrash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+AvoidCrash.m"; sourceTree = "<group>"; };
@@ -5797,7 +5802,6 @@
C0837A55244FF5500034FEC5 /* EGOCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EGOCache.m; sourceTree = "<group>"; };
C0837A56244FF5500034FEC5 /* EGOCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EGOCache.h; sourceTree = "<group>"; };
C089767D281BCB3A0098B5FA /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
C08976AB282110280098B5FA /* arrow_right@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "arrow_right@2x.png"; path = "../../../../../arrow_right@2x.png"; sourceTree = "<group>"; };
C08976AD282117920098B5FA /* 矩形.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "矩形.png"; sourceTree = "<group>"; };
C08976AE282117920098B5FA /* 矩形@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "矩形@2x.png"; sourceTree = "<group>"; };
C08976AF282117930098B5FA /* 矩形@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "矩形@3x.png"; sourceTree = "<group>"; };
@@ -9022,9 +9026,9 @@
882955A01DBDA3A100E9DDD7 /* ifishSetCell_back.png */,
FA08931D2275FCF10084A609 /* light_big@2x.png */,
FA0893092275DD770084A609 /* shajun_big@2x.png */,
C08976AB282110280098B5FA /* arrow_right@2x.png */,
882955A11DBDA3A100E9DDD7 /* secondSetCell.png */,
882955A21DBDA3A100E9DDD7 /* set_cellBack.png */,
C01B988A282F802E004FF42D /* arrow_right@2x.png */,
C08976AD282117920098B5FA /* 矩形.png */,
C08976AE282117920098B5FA /* 矩形@2x.png */,
C08976AF282117930098B5FA /* 矩形@3x.png */,
@@ -12413,6 +12417,8 @@
C0C4CCFE272CDF4A00574BE8 /* UIViewController+Navgation.h */,
C0C4CCFD272CDF4A00574BE8 /* UIViewController+Navgation.m */,
C017B1E0245ED2D3003151DF /* UIImage+WaterMark.h */,
C01B9887282F50E8004FF42D /* UIView+Frame.h */,
C01B9886282F50E8004FF42D /* UIView+Frame.m */,
C017B1E1245ED2D4003151DF /* UIImage+WaterMark.m */,
C057166A282376CC004F113A /* UIButton+ImageTitleStyle.h */,
C057166B282376CC004F113A /* UIButton+ImageTitleStyle.m */,
@@ -13107,6 +13113,7 @@
CB484E0A22B8C8C80075F050 /* avstring.h in Headers */,
3D1C50DD221A9EE00096AE43 /* RecommendInfoDAO.h in Headers */,
CB0F4E8722951A130091C76D /* SVIndefiniteAnimatedView.h in Headers */,
C01B9889282F50E8004FF42D /* UIView+Frame.h in Headers */,
3D1C5090221A9EDF0096AE43 /* AccountResult.h in Headers */,
CB484E1822B8C8C90075F050 /* old_codec_ids.h in Headers */,
2AC8750D26874F7500B6161C /* ESPTouchGenerator.h in Headers */,
@@ -13639,7 +13646,6 @@
FAB3721322619DB70051E107 /* Xuanduo2fController.xib in Resources */,
CB4820892334E99700A50C92 /* IQKeyboardManager.bundle in Resources */,
889C14F31EA7397B00470F50 /* personal_iocn_set.png in Resources */,
C08976AC282110280098B5FA /* arrow_right@2x.png in Resources */,
883E78ED1D48A5E50030E075 /* ConnectWifiViewController.xib in Resources */,
8807074B1DDD40B40076F65A /* P2PShareViewsec2Cell.xib in Resources */,
8869B3AD1E6967DF0010F099 /* levelUp_yashark@3x.png in Resources */,
@@ -13819,6 +13825,7 @@
883E788E1D48A5E50030E075 /* InfoViewNiChengCell.xib in Resources */,
886B80741D63112000E1B9B3 /* CertificationViewSecondCell.xib in Resources */,
882955EE1DBDA3A100E9DDD7 /* lightclose.png in Resources */,
C01B988B282F802E004FF42D /* arrow_right@2x.png in Resources */,
88C1B2D51DD1ADB600C2C99A /* live_navicon_look@3x.png in Resources */,
882957621DBDA3A300E9DDD7 /* ifisharrow_r@1x.png in Resources */,
886B80791D63114500E1B9B3 /* CertificationViewThirdCell.xib in Resources */,
@@ -15155,6 +15162,7 @@
88597ABC1E56BAF1003D0E5C /* PopView.m in Sources */,
3D8F64C12157530000F04BD3 /* IfishHistroyVo.m in Sources */,
880707F91DE3DF540076F65A /* MineKanKanRoomInfo.m in Sources */,
C01B9888282F50E8004FF42D /* UIView+Frame.m in Sources */,
881672221EA5DE2B00BEBF23 /* UMComBriefEditViewController.m in Sources */,
3D1C511C221A9EE00096AE43 /* IfishCameraModel.m in Sources */,
881672341EA5DE2B00BEBF23 /* UMComLikeButtonTableViewCell.m in Sources */,