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
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
When I try to subclass my regular label on the identity inspector on the storyboard, it does not autocomplete the class as it usually does. Later on runtime it crashes because it can't make sense of the label.
This was installed using Cocoapods, XCode 8 and Swift 3.
The text was updated successfully, but these errors were encountered:
@jacobo360 So just figured out that BBCyclingLabel is not a subclass of UILabel, but rather UIView. If you drag a plain old view into interface builder you can subclass from BBCyclingLabel
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to subclass my regular label on the identity inspector on the storyboard, it does not autocomplete the class as it usually does. Later on runtime it crashes because it can't make sense of the label.
This was installed using Cocoapods, XCode 8 and Swift 3.
The text was updated successfully, but these errors were encountered: