-
Notifications
You must be signed in to change notification settings - Fork 233
text data is not displaying quickly (taking time in update) after reload tableview #75
Comments
I have had this problem too. I am using multipeer connectivity and the weird thing is that it updates perfectly for sent data but not received. I have debugged and logged and the text has been received...just not displayed for an amount of time. Sometimes over a minute. |
Solved, -(Void) newMessageReceived{ |
Hi Alex , NSBubbleData *heyBubble = [NSBubbleData dataWithText:[NSString -(void)newMessageReceived Any idea what is going wrong with me. On 04/05/14 5:00 am, lewisrichardson2103 wrote:
Regards, |
recievedText = ......; -(void)newMessageRecieved on a side note if I have found |
Thanks Alex, Regards Sandeep SharmaOn 05/05/14 2:25 pm, lewisrichardson2103 wrote:
Regards, |
Hi Alex,
In background thread m creating a NSBubbleData instance with dataWithText and add it to inside mutable array after that when m reload my tableview in main thread , immediately bubble appear but text visible after 8-10 sec , i debug my code several times to find out whether data is proper coming or not ..but found nothing .
and bubble is also not consistent not draw in circular way .
Any idea please help me .
Thanks
Sandy
The text was updated successfully, but these errors were encountered: