我可以在 JSQMessagesViewController 单元格中为 textView.text 使用 NSAttributedString 吗?
Can I use an NSAttributedString for textView.text in JSQMessagesViewController cell?
我需要使用 NSAttributedString 来设置 cell.textView.attributedText
,而不是使用 NSString 来设置 cell.textView.text
。这在目前看来是不可能的。想法?
哎呀。说得太快了。我看看我是否只是将其设置为:
- (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
我会得到我想要的!
我需要使用 NSAttributedString 来设置 cell.textView.attributedText
,而不是使用 NSString 来设置 cell.textView.text
。这在目前看来是不可能的。想法?
哎呀。说得太快了。我看看我是否只是将其设置为:
- (UICollectionViewCell *)collectionView:(JSQMessagesCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
我会得到我想要的!