SnappingStepper icon indicating copy to clipboard operation
SnappingStepper copied to clipboard

@objc tag for property thumbLabel

Open RyuX51 opened this issue 5 years ago • 0 comments

I'd be really great if you could add a @objc tag to the property thumbLabel in your repo so that user defined runtime attributes in Storyboard can be set.

/// The value label that represents the thumb button
@objc lazy var thumbLabel: StyledLabel = UIBuilder.defaultStyledLabel()

I have to add it on each pod install manually or else I'm getting a

[<SnappingStepper.SnappingStepper 0x112209860> valueForUndefinedKey:]: this class is not key value coding-compliant for the key thumbLabel.

Tthanks for your great framework. :)

RyuX51 avatar May 18 '20 12:05 RyuX51