Closed vittoriom closed 9 years ago
Same here.
Happens in YETICharacterLabel.m -> - (void)setupLayoutManager -> [self setAttributedText:self.attributedText] -> [self.textStorage setAttributedString:attributedText];
(attributedText is nil)
causing the crash
Sorry about that!
FYI, this never got pushed to cocoapods.org. For a working version, you still need to use:
pod 'YETICharacterLabel', :git => 'https://github.com/android1989/YetiCharacterLabelExample.git'
@zero1zero Thanks for the tip! @android1989, can you please publish a new version? Thanks. :v:
I'm building a UIView programmatically and initializing the former UILabel objects through initWithFrame: Then I replaced UILabel occurrencies with YETIFadeLabel, but I get an exception:
How can I create YETIFadeLabel programmatically?