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

@@ -18,7 +18,7 @@
@end
@implementation LACharacterCell {
LAAnimationView *animationView_;
LOTAnimationView *animationView_;
NSString *character_;
}
@@ -74,7 +74,7 @@
return;
}
character_ = sanitizedCharacter;
LAAnimationView *animationView = [LAAnimationView animationNamed:sanitizedCharacter];
LOTAnimationView *animationView = [LOTAnimationView animationNamed:sanitizedCharacter];
animationView_ = animationView;
animationView_.contentMode = UIViewContentModeScaleAspectFit;
[self.contentView addSubview:animationView_];