Jinghan Wang
Results
2
comments of
Jinghan Wang
Hi, thanks for the contribution. However, isn't the font attribute included in the attributes of attributedText? An attributed string could have different fonts for different parts of texts, I'm afraid...
Hey guys, thanks for the support, I'm working on this. Meanwhile, you may use `setLinkForRange` instead to set the link explicitly. ``` objc - (void)setLinkForRange:(NSRange)range withAttributes:(NSDictionary *)attributes andLinkHandler:(void (^)(FRHyperLabel *label,...