Skip to content
#

chat-application

Here are 2,134 public repositories matching this topic...

papercups
reichert621
reichert621 commented Dec 7, 2020

Problem
We currently fetch ALL conversation records when we hit the ChatApi.Conversations.list_conversations_by_account/2 method (i.e. we set no limit or offset in our query, nor do we have cursors or anything like that)

This will not scale very well as more and more data gets added.

Solution
To start off, let's do the following:

  • Implement another version of `ChatApi.Conve
ChatLayout

ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.

  • Updated Feb 2, 2021
  • Swift

Improve this page

Add a description, image, and links to the chat-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat-application topic, visit your repo's landing page and select "manage topics."

Learn more