Closed maulik6994 closed 7 years ago
Hi,
Can you add more information on what problem do you have? We are not able to help you just by reading a title of the issue.
i am using with swift but addMessage method not adding messages
Hi @maulik6994, where exactly it doesn't work?
@maulik6994, Could you please provide more details ?
implement custom UI, in that [changeDataSource:self withMessages:messagesArray updateType:updateType];
Not getting call when load messages. Delegate perfectly..
@maulik6994, You should use the following methods for data source:
- (void)addMessage:(QBChatMessage *)message;
- (void)addMessages:(NSArray<QBChatMessage *> *)messages;
- (void)deleteMessage:(QBChatMessage *)message;
- (void)deleteMessages:(NSArray <QBChatMessage *> *)messages;
- (void)updateMessage:(QBChatMessage *)message;
- (void)updateMessages:(NSArray <QBChatMessage *> *)messages;
we have used both of this methods.
Issue in QMChatDataSource object in to that not getting stored messages.
@maulik6994, Could you please provide a project sample with this issue?
I have updated your project with our data source. Just tap the login button - the user is hardcoded.
One thing you should know is that our collection view is flipped upside down and that's why our data source is reversed. So in this example new messages are added at the top of your table view.
There are two ways to resolve it:
Hi @maulik6994,
Any updates ?
Thanks
Hey, We have Holidays this week.
I will update you by Monday..
Thanking you...
On Oct 19, 2017 7:33 PM, "andrey" notifications@github.com wrote:
Hi @maulik6994 https://github.com/maulik6994,
Any updates ?
Thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/QuickBlox/quickblox-ios-sdk/issues/890#issuecomment-337917964, or mute the thread https://github.com/notifications/unsubscribe-auth/AZt4JZeXXc5bx04yZd0ca7acm6HYdTaWks5st1a4gaJpZM4P9cYW .
Hi @maulik6994, Any updates ?
Thanks
Thanks thats Done..
one more help please. Do you have demo of videochat in swift?
@maulik6994, No, but we have planned it for the future releases. You could follow our blog to keep track of updates.
Ok Thanks @VitaliyGuru
New Issue Checklist
Environment details
Did this work before?
Expected behavior
Actual behavior
Logs
Please use the following template for logs:
To enable full logs use the following code:
Steps to reproduce the behavior
Any others comments