From 6d42c9bc7433efbbb3adde2199e5a8ade1370cf8 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Fri, 12 Jan 2024 21:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios.xcodeproj/xcshareddata/xcschemes/xplan-ios.xcscheme | 2 +- .../Main/ModuleKit/SendGiftView/View/XPGraffitiGiftView.h | 3 +-- .../View/BaseUIContainerView/XPRoomFunctionContainerView.m | 1 + xplan-ios/Main/Room/View/RoomHeaderView/RoomHeaderView.m | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xplan-ios.xcodeproj/xcshareddata/xcschemes/xplan-ios.xcscheme b/xplan-ios.xcodeproj/xcshareddata/xcschemes/xplan-ios.xcscheme index 51c35fc3..670f098f 100644 --- a/xplan-ios.xcodeproj/xcshareddata/xcschemes/xplan-ios.xcscheme +++ b/xplan-ios.xcodeproj/xcshareddata/xcschemes/xplan-ios.xcscheme @@ -31,7 +31,7 @@ -///点击切换 -- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickChange:(UILabel *)sender; + ///点击了关闭 - (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickClose:(UIButton *)sender; ///绘画完成了 diff --git a/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomFunctionContainerView.m b/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomFunctionContainerView.m index f5db194c..14e4690d 100644 --- a/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomFunctionContainerView.m +++ b/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomFunctionContainerView.m @@ -184,6 +184,7 @@ [self initSubViews]; [self initSubViewConstraints]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(beginMatchAnchorPK:) name:@"anchorPKMatchBegin" object:nil]; + } return self; } diff --git a/xplan-ios/Main/Room/View/RoomHeaderView/RoomHeaderView.m b/xplan-ios/Main/Room/View/RoomHeaderView/RoomHeaderView.m index 4d09a543..1c3a6b37 100644 --- a/xplan-ios/Main/Room/View/RoomHeaderView/RoomHeaderView.m +++ b/xplan-ios/Main/Room/View/RoomHeaderView/RoomHeaderView.m @@ -157,6 +157,7 @@ [self.titleStackView addArrangedSubview:self.titleLabel]; [self.titleStackView addArrangedSubview:self.giftEffectImageView]; [self.titleStackView addArrangedSubview:self.lockRoomImageView]; + } - (void)initSubViewConstraints {