Commit 8b841d89 by pidan

Merge branch 'feature/邀请有奖' of http://git.yabolive.net:88/pidan/FuSiLive into feature/邀请有奖

parents a4de2ce0 56be2a42
...@@ -144,9 +144,10 @@ ...@@ -144,9 +144,10 @@
CompatibleAnimationKeypath *path = [[CompatibleAnimationKeypath alloc] initWithKeys:@[@"获取图片.png"]]; CompatibleAnimationKeypath *path = [[CompatibleAnimationKeypath alloc] initWithKeys:@[@"获取图片.png"]];
[self.LargeWholeScreenAnimView addSubview:self.largeAwardLabel forLayerAt:path]; [self.LargeWholeScreenAnimView addSubview:self.largeAwardLabel forLayerAt:path];
[self.LargeWholeScreenAnimView addSubview:self.largeAwardDetailLabel forLayerAt:path]; [self.LargeWholeScreenAnimView addSubview:self.largeAwardDetailLabel forLayerAt:path];
MJWeakSelf
[self.LargeWholeScreenAnimView playWithCompletion:^(BOOL animationFinished) { [self.LargeWholeScreenAnimView playWithCompletion:^(BOOL animationFinished) {
if (animationFinished) { if (animationFinished) {
[self fus_stopWholeScreenAnimationView]; [weakSelf fus_stopWholeScreenAnimationView];
} }
}]; }];
...@@ -189,8 +190,7 @@ ...@@ -189,8 +190,7 @@
FUSLogDebug(@"=====00 大奖创建"); FUSLogDebug(@"=====00 大奖创建");
CompatibleAnimation *lotAnim = [[CompatibleAnimation alloc] initWithName:@"dew_sky_award" bundle:[FUSCommonBundle bundle]]; CompatibleAnimation *lotAnim = [[CompatibleAnimation alloc] initWithName:@"dew_sky_award" bundle:[FUSCommonBundle bundle]];
_LargeWholeScreenAnimView = [[CompatibleAnimationView alloc] initWithFrame:CGRectMake(0, 0, UIView.fus_screenW, UIView.fus_screenH)]; _LargeWholeScreenAnimView = [[CompatibleAnimationView alloc] initWithCompatibleAnimation:lotAnim];
_LargeWholeScreenAnimView.compatibleAnimation = lotAnim;
_LargeWholeScreenAnimView.frame = CGRectMake(0, 0, UIView.fus_screenW, UIView.fus_screenH); _LargeWholeScreenAnimView.frame = CGRectMake(0, 0, UIView.fus_screenW, UIView.fus_screenH);
_LargeWholeScreenAnimView.centerX = UIView.fus_screenW/2.0; _LargeWholeScreenAnimView.centerX = UIView.fus_screenW/2.0;
_LargeWholeScreenAnimView.contentMode = UIViewContentModeScaleAspectFill; _LargeWholeScreenAnimView.contentMode = UIViewContentModeScaleAspectFill;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<key>FUSChatCenterModule.xcscheme_^#shared#^_</key> <key>FUSChatCenterModule.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>81</integer> <integer>79</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>FUSShowRoomBundle.xcscheme_^#shared#^_</key> <key>FUSShowRoomBundle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>84</integer> <integer>81</integer>
</dict> </dict>
<key>FUSShowRoomModule.xcscheme_^#shared#^_</key> <key>FUSShowRoomModule.xcscheme_^#shared#^_</key>
<dict> <dict>
......
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<key>FUSUserCenterModule.xcscheme_^#shared#^_</key> <key>FUSUserCenterModule.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>80</integer> <integer>84</integer>
</dict> </dict>
<key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key> <key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>79</integer> <integer>80</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment