You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
I'd be really great if you could add a
@objc
tag to the propertythumbLabel
in your repo so that user defined runtime attributes in Storyboard can be set.I have to add it on each
pod install
manually or else I'm getting aTthanks for your great framework. :)
The text was updated successfully, but these errors were encountered: