Reorganized Project Changed Namescape

This commit is contained in:
Brandon Withrow
2017-02-07 15:14:48 -08:00
parent c5ee28dedd
commit b79d34bd40
106 changed files with 2147 additions and 2055 deletions

View File

@@ -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;