sibahota059 / SPHChatBubble

Sphchatbubble to use in chat screens.
147 stars 33 forks source link

Pull to Refresh load earlier Message Issue #1

Closed Enrique1982 closed 10 years ago

Enrique1982 commented 10 years ago

Hi Siba There is a issue when you continue pull earlier message. You keep add more and more data into memory. It could be a big problem when the user have large number of earlier message,and keep drag pull them to the array. I think you should do some memory management when the table is scrolling. Remove some no longer visible data , and preload some data in advance according to the scrolling direction.

Thanks.

sibahota059 commented 10 years ago

Hi @Enrique1982

Thanks for your advise. I also feel the same. I planned to add this in my updated commit, if you already did it or going to do, then send a pull request.