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
Most of people that test this library try to add 200 messages just to start. To add a lot of messages you need to add 20 by 20, as whatsapp does. I don't create the code to page it, but is the right thing to do for a lot of messages.
I don't what test you did but you are passing nil object somewhere.
Maybe I move this git to my Messenger.framework that is a complete chat system. This library is just the interface, but i'm not sure if I will make the framework open source.
I hardly added 10 messages. I know it is caused by nil param that is passed.
Also issue is not with pagination. If you keep your whats app open and type more than 50 messages, then it will show all messages that were already there. If you go back and come again, then it paginates.
This is due to inappropriate management of rows being added due to animation. Check with animation and you can solve that issue. And yes, I didnt changed any thing in your code, I was just playing around it to know if I can grab this code. But any way I have started my own code.
Application crashes after many messages are entered.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
This could be a simple fix. Check MessageController.m line number 210.
There is an unbalanced call here.
Apart from that, I found this sample code was too slow. I am not sure why but I did'nt investigated.
The text was updated successfully, but these errors were encountered: