SebastianThiebaud / STTweetLabel

Deprecated - A UILabel with #hashtag @handle and links tappable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring text attributes in awakeFromNib

bobspryn opened this issue · comments

Seems that I can't configure my text attributes in my cell's awakeFromNib. It seems subviews have awakeFromNib called AFTER the parent, so any text attributes I set in the parent are overridden. Perhaps the setup could be moved to initWithDecoder?

I think this can be closed right?

I think there's probably still a better solution here. But we can close this and maybe I'll get around to a pull request sometime.