mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Reorganized Project Changed Namescape
This commit is contained in:
@@ -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_];
|
||||
|
||||
Reference in New Issue
Block a user