zacwest / ZSWTappableLabel

UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable.
MIT License
169 stars 37 forks source link

Setting text to be super text for Interface Builder generated labels … #7

Closed HaloZero closed 9 years ago

HaloZero commented 9 years ago

…to ensure text is preserved

zacwest commented 9 years ago

Thanks for the pull request and diagnosing your issue. I am going to look at handling this in a similar vein, but more -initWithCoder:-specific, but I'm going to keep this PR open until I solve it. My main concern right now is handling the attributed vs. plain versions in IB, and making sure -setText: doesn't stomp over any attributed changes that may have been made.

zacwest commented 9 years ago

Using version in #12.