问题标签 [jsqmessagesviewcontroller]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 使用 JSQMessagesViewController 时出错
尝试在 Iphone 上制作聊天应用程序,但在集成时遇到问题JSQMessagesViewController
。
这是我的“ConversationViewController”的完整页面代码
这会导致以下错误:
由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因:“错误:未实现所需的方法:-[JSQMessagesViewController collectionView:avatarImageDataForItemAtIndexPath:]
有人可以帮我吗?谢谢
swift - JSQMessages 发送媒体
我正在使用 构建一个小型聊天应用程序JSQMessages
,并尝试从照片库或相机发送图像。
我到了保存图像以解析后端的地步,但我无法在屏幕上显示它。我找到了很少的解决方案,但它们在 obj-C 中,我试图 swift-fy 但它失败了。
我在“消息”旁边的解析“图像”中有额外的列。
这是我尝试过的:
ios - position jsqmessage bubble
i've a problem with the position of my JSQmessage bubble.
when i "send" it the position is good but when i change the view then come back the bubble is more at left than before. (if i send a new one all bubble come back to a good position).
can someone now what can happen?
bubble at wrong position
bubble at good position (after new send)
jsqmessagesviewcontroller - 是否可以在发送之前在输入文本字段中显示图像?
我正在努力让 JSQMessagesViewController 发送包含引用图像的 URL 的媒体消息,该图像被保存到后端服务。从相机胶卷中选择图像后,是否有某种方法可以在发送之前将其显示在输入文本字段中?
另外,可以将文本和图像组合在一条消息中吗?似乎媒体消息只包含一个媒体项目,例如图像,而文本消息只包含文本。
谢谢,
拉里
ios - JSQMessagesViewController 中的音频消息
最近我使用 JSQMessagesViewController 完成了聊天,它在视频、图像和文本方面工作正常。现在,我想为现有的 JSQMessagesViewController 实现音频消息。有没有人为同样的实现音频消息?
我刚刚获得了链接 https://github.com/jessesquires/JSQMessagesViewController/issues/1049,其中有文件 EXTJSQMediaMessage.swift 但我没有发现它有帮助。
请帮我如何实现这个功能?
swift - 无法迅速在 didExitRegion 上关闭视图
当用户退出我定义的地理围栏时。函数中的所有其他代码都会按预期触发,但视图不会关闭。有什么建议么?
另请注意,我正在使用 JSQMessages 库,此视图是 JSQMessagesView
更新功能:
ios - 解析 JSQMessagesViewController 缓存问题
我正在查询“聊天”类以从 Parse 中获取消息。然后使用 JSQMessagesViewController 显示获取的消息。
一切正常,直到我尝试使用以下方法缓存查询:
问题是结果没有被缓存,并且query.hasCachedResult总是返回 false。
查询如下:
fetch 和 JSQMessagesViewController 位在这里完成:
有没有人知道这有什么问题?.CacheThenNetwork适用于其他查询。