房间
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
</Testables>
|
</Testables>
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Release"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
launchStyle = "0"
|
launchStyle = "0"
|
||||||
|
@@ -10,8 +10,7 @@
|
|||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
@class XPGraffitiGiftView;
|
@class XPGraffitiGiftView;
|
||||||
@protocol XPGraffitiGiftViewDelegate <NSObject>
|
@protocol XPGraffitiGiftViewDelegate <NSObject>
|
||||||
///点击切换
|
|
||||||
- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickChange:(UILabel *)sender;
|
|
||||||
///点击了关闭
|
///点击了关闭
|
||||||
- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickClose:(UIButton *)sender;
|
- (void)xPGraffitiGiftView:(XPGraffitiGiftView *)view didClickClose:(UIButton *)sender;
|
||||||
///绘画完成了
|
///绘画完成了
|
||||||
|
@@ -184,6 +184,7 @@
|
|||||||
[self initSubViews];
|
[self initSubViews];
|
||||||
[self initSubViewConstraints];
|
[self initSubViewConstraints];
|
||||||
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(beginMatchAnchorPK:) name:@"anchorPKMatchBegin" object:nil];
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(beginMatchAnchorPK:) name:@"anchorPKMatchBegin" object:nil];
|
||||||
|
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
@@ -157,6 +157,7 @@
|
|||||||
[self.titleStackView addArrangedSubview:self.titleLabel];
|
[self.titleStackView addArrangedSubview:self.titleLabel];
|
||||||
[self.titleStackView addArrangedSubview:self.giftEffectImageView];
|
[self.titleStackView addArrangedSubview:self.giftEffectImageView];
|
||||||
[self.titleStackView addArrangedSubview:self.lockRoomImageView];
|
[self.titleStackView addArrangedSubview:self.lockRoomImageView];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)initSubViewConstraints {
|
- (void)initSubViewConstraints {
|
||||||
|
Reference in New Issue
Block a user