mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Reorganized Project Changed Namescape
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
@interface ViewController ()
|
||||
|
||||
@property (nonatomic, strong) LAAnimationView *lottieLogo;
|
||||
@property (nonatomic, strong) LOTAnimationView *lottieLogo;
|
||||
|
||||
@end
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
self.lottieLogo = [LAAnimationView animationNamed:@"LottieLogo1"];
|
||||
self.lottieLogo.contentMode = LAViewContentModeScaleAspectFill;
|
||||
self.lottieLogo = [LOTAnimationView animationNamed:@"LottieLogo1"];
|
||||
self.lottieLogo.contentMode = LOTViewContentModeScaleAspectFill;
|
||||
self.lottieLogo.frame = self.view.bounds;
|
||||
self.lottieLogo.autoresizingMask = NSViewWidthSizable | NSViewHeightSizable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user