Skip to content

Commit

Permalink
Merge pull request jverkoey#644 from jverkoey/revert-642-master
Browse files Browse the repository at this point in the history
Revert "Fix NIAttributedLabel bug: using autolayout with attributedText, the super's intrinsicContentSize is zero"
  • Loading branch information
jverkoey committed Mar 29, 2016
2 parents de4fe52 + 574fa3b commit d3c0059
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/attributedlabel/src/NIAttributedLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ - (NSAttributedString *)attributedText {
}

- (void)setAttributedText:(NSAttributedString *)attributedText {
[super setAttributedText:attributedText];

if (self.mutableAttributedString != attributedText) {
self.mutableAttributedString = [attributedText mutableCopy];

Expand Down

0 comments on commit d3c0059

Please sign in to comment.