Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…Label into waynehartman-master
  • Loading branch information
TomKnig committed Nov 11, 2014
2 parents 6d46a39 + 98e46a8 commit 0475dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/TOMSMorphingLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ - (void)applyAttributionStage:(NSInteger)stage toString:(NSString *)aString
attributionIndex = MIN(self.numberOfAttributionStages - 1, MAX(0, attributionIndex));

NSMutableDictionary *attributionStage = self.attributionStages[attributionIndex];
attributionStage[NSForegroundColorAttributeName] = self.textColor;
CGFloat kernFactor = [attributionStage[kTOMSKernFactorAttributeName] floatValue];
NSString *character = [aString substringWithRange:range];
CGSize characterSize = CGSizeZero;
Expand Down

0 comments on commit 0475dd0

Please sign in to comment.