mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Remove launch logo
This commit is contained in:
@@ -254,11 +254,13 @@ typedef enum {
|
||||
_glkView.transform = CGAffineTransformIdentity;
|
||||
} completion:nil];
|
||||
|
||||
_glkView.alpha = 0.0;
|
||||
_pageScrollView.alpha = 0.0;
|
||||
_pageControl.alpha = 0.0;
|
||||
_startButton.alpha = 0.0;
|
||||
|
||||
[UIView animateWithDuration:0.3 delay:0.15 options:kNilOptions animations:^{
|
||||
_glkView.alpha = 1.0;
|
||||
_pageScrollView.alpha = 1.0;
|
||||
_pageControl.alpha = 1.0;
|
||||
_startButton.alpha = 1.0;
|
||||
|
||||
Reference in New Issue
Block a user