You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using CompoundMessage to show my chat in ChatViewController. I am using SlidingDataSource here. Now I want to delete a chat item from ChatViewController and for that want to remove an item from SlidingDataSource. But I can see that the index has some dependencies on some of the property named windowOffset, windowCount, itemsOffset. Can any explain to me about the properties or give me a proper way to delete an Element item from SlidingDataSources array?? I don't see any documentation on SlidingDataSource. Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey @sulaiman-mlbd
I've added example to ChattoApp to give an idea of how the message could be removed in #652.
Please bear in mind that ChattoApp is a demo app for Chatto, and is not intended for production use.
@Denismih@wiruzx thanks for your reply. @wiruzx We used Chatto framework for a client project. The deadline was short so we used your framework instead of working from the ground. Thanks man for your effort. Chatto saved a lot of our time.
Hello, I am using CompoundMessage to show my chat in ChatViewController. I am using SlidingDataSource here. Now I want to delete a chat item from ChatViewController and for that want to remove an item from SlidingDataSource. But I can see that the index has some dependencies on some of the property named windowOffset, windowCount, itemsOffset. Can any explain to me about the properties or give me a proper way to delete an Element item from SlidingDataSources array?? I don't see any documentation on SlidingDataSource. Thanks in advance
The text was updated successfully, but these errors were encountered: