diff --git a/TGPControls/TGPCamelLabels.swift b/TGPControls/TGPCamelLabels.swift index d51d7d1..5187559 100644 --- a/TGPControls/TGPCamelLabels.swift +++ b/TGPControls/TGPCamelLabels.swift @@ -145,7 +145,7 @@ public class TGPCamelLabels: TGPCamelLabels_INTERFACE_BUILDER { // MARK: Properties - public var names:[String] = [] { // Will dictate the number of ticks + @objc public var names:[String] = [] { // Will dictate the number of ticks didSet { assert(names.count > 0) layoutTrack()