diff --git a/TGPControls/TGPCamelLabels7.m b/TGPControls/TGPCamelLabels7.m index 786a365..4115c56 100644 --- a/TGPControls/TGPCamelLabels7.m +++ b/TGPControls/TGPCamelLabels7.m @@ -93,6 +93,16 @@ [self layoutTrack]; } +- (void)setOffCenter:(CGFloat)offCenter { + _offCenter = offCenter; + [self layoutTrack]; +} + +- (void)setInsets:(NSInteger)insets { + _insets = insets; + [self layoutTrack]; +} + // NSArray - (void)setNames:(NSArray *)names { NSAssert(names.count > 0, @"names.count");