新增飘屏组件分析文档和新Banner组件架构设计,详细描述了飘屏组件的共同特征、抽象方案及其优势,提供了基类和子类的设计方案,增强了代码的可维护性和扩展性。同时,更新了相关文档以支持新架构的集成和使用。
This commit is contained in:
@@ -2242,6 +2242,9 @@ XPRoomGraffitiGiftAnimationViewDelegate
|
||||
- (XPRoomAnimationHitView *)bannerContainer {
|
||||
if (!_bannerContainer) {
|
||||
_bannerContainer = [[XPRoomAnimationHitView alloc] init];
|
||||
#if DEBUG
|
||||
_bannerContainer.backgroundColor = [UIColor colorWithWhite:0 alpha:0.5];
|
||||
#endif
|
||||
}
|
||||
return _bannerContainer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user