如何分享/转发JSQMedia消息? 图书馆是否支持此功能。 我测试了Sample项目,我看到了一个“访问”按钮'在每个媒体项目旁边,但我不知道如何实现这个?或者出于什么原因那个按钮出现了什么?
示例代码:
override func collectionView(_ collectionView: JSQMessagesCollectionView, didTapCellAt indexPath: IndexPath, touchLocation: CGPoint) {
view.resignFirstResponder()
view.endEditing(true)
}
override func collectionView(_ collectionView: JSQMessagesCollectionView, didTapMessageBubbleAt indexPath: IndexPath)
{
if let test = self.getImage(indexPath: indexPath)
{
selectedImage = test
self.performSegue(withIdentifier: "showMedia", sender: self)
}
}
任何指导和帮助将不胜感激。 提前致谢