Merge pull request #128 from fabionuno/master

Fixes the addSublayer method name in LOTCompositionLayer implementation file
This commit is contained in:
Brandon Withrow
2017-02-27 11:16:10 -08:00
committed by GitHub

View File

@@ -125,7 +125,7 @@
}
}
- (void)addSubview:(LOTView *)view
- (void)addSublayer:(LOTView *)view
toLayerNamed:(NSString *)layer {
LOTConstraintType constraint = LOTConstraintTypeAlignToBounds;
LOTLayerView *layerObject = _layerNameMap[layer];