steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Pull to refresh messages #50

Closed RajChanchal closed 4 years ago

RajChanchal commented 4 years ago

Hello, how can we add pull to refresh to load more messages.

Like I use following component: https://github.com/CRAnimation/CRRefresh On collectionView/tableview. But MesengerKit collectionview is put private so cannot add CRRefresh. Any suggestions?

Andrew-Chen-Wang commented 4 years ago

Use WebSockets instead of pull to refresh. Better for UX.

sjoness commented 4 years ago

I'm going to close this as a duplicate of #61 because it seems you want the same functionality