mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 04:58:59 +00:00
Merge pull request #128 from fabionuno/master
Fixes the addSublayer method name in LOTCompositionLayer implementation file
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)addSubview:(LOTView *)view
|
||||
- (void)addSublayer:(LOTView *)view
|
||||
toLayerNamed:(NSString *)layer {
|
||||
LOTConstraintType constraint = LOTConstraintTypeAlignToBounds;
|
||||
LOTLayerView *layerObject = _layerNameMap[layer];
|
||||
|
||||
Reference in New Issue
Block a user