BBCyclingLabel icon indicating copy to clipboard operation
BBCyclingLabel copied to clipboard

iOS 5+ (ARC) UILabel clone that performs animated transitions when changing text

Results 5 BBCyclingLabel issues
Sort by recently updated
recently updated
newest added

Great component. I am enjoying using it. However, I have found one issue with it. If I'm using a ScrollUp or ScrollDown label transition effect, I get blank labels when...

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...

Please add at least - (CGSize)sizeThatFits:(CGSize)size { return [_currentLabel sizeThatFits:size]; } - (CGSize)intrinsicContentSize { return [_currentLabel intrinsicContentSize]; } ... as well as this to setText: [self invalidateIntrinsicContentSize]; [self setNeedsLayout]; ......

The animation shows then the label is blank.

minimumFontSize is deprecated and we need to start using minimumScaleFactor method in UILabel