This commit is contained in:
liyuhua
2024-01-12 21:27:28 +08:00
parent f30c8227ac
commit 6d42c9bc74
4 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"

View File

@@ -10,8 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@class XPGraffitiGiftView;
@protocol XPGraffitiGiftViewDelegate <NSObject>
///点击切换
- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickChange:(UILabel *)sender;
///点击了关闭
- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickClose:(UIButton *)sender;
///绘画完成了

View File

@@ -184,6 +184,7 @@
[self initSubViews];
[self initSubViewConstraints];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(beginMatchAnchorPK:) name:@"anchorPKMatchBegin" object:nil];
}
return self;
}

View File

@@ -157,6 +157,7 @@
[self.titleStackView addArrangedSubview:self.titleLabel];
[self.titleStackView addArrangedSubview:self.giftEffectImageView];
[self.titleStackView addArrangedSubview:self.lockRoomImageView];
}
- (void)initSubViewConstraints {