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 LottieRootViewController () <UITableViewDelegate, UITableViewDataSource>
@property (nonatomic, strong) LAAnimationView *lottieLogo;
@property (nonatomic, strong) LOTAnimationView *lottieLogo;
@property (nonatomic, strong) UIButton *lottieButton;
@property (nonatomic, strong) UITableView *tableView;
@property (nonatomic, strong) NSArray *tableViewItems;
@@ -23,7 +23,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
[self _buildDataSource];
self.lottieLogo = [LAAnimationView animationNamed:@"LottieLogo1"];
self.lottieLogo = [LOTAnimationView animationNamed:@"LottieLogo1"];
self.lottieLogo.contentMode = UIViewContentModeScaleAspectFill;
[self.view addSubview:self.lottieLogo];