我在我的项目中设置 TTTAttributedLabel 时遇到问题。
我在头文件中设置了协议委托
@interface TwitterFeedControlleriPad : UIViewController <TTTAttributedLabelDelegate, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateWaterfallLayout>
我已经将 ViewController 设置为它(不是零,我已经检查过)。
cell.tweetLabel.delegate = self;
它在标签中显示了所有链接,但是当我点击它们时,它没有调用该函数。
- (void)attributedLabel:(TTTAttributedLabel *)label didSelectLinkWithURL:(NSURL *)url
我之前已经成功使用过它,而且代码完全相同!!这让我疯狂!