BBCyclingLabel
BBCyclingLabel copied to clipboard
Can't subclass UILabel to BBCyclingLabel
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.
@jacobo360 ever figure this out?
@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