From a89f6c2e8826350db7528d8224676d5a1793513d Mon Sep 17 00:00:00 2001 From: Steve Roy Date: Mon, 20 Aug 2018 13:20:15 -0400 Subject: [PATCH] Made names property available to ObjC code. --- TGPControls/TGPCamelLabels.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()