-
Notifications
You must be signed in to change notification settings - Fork 232
iphone 5s #78
Comments
+1. I had a same issue. Is there a quick fix for this? |
Hi, The solution is quite simple, in Fact the 5S work in 64 bits, and actually the library don't specify any architecture which lead to calculation mistake. Might have some other place not working but so far, it fix my concern (would be great to check every classes). Please below find the diff to make it works (sorry for picture, copy paste seems not working) for the file UIBubbleTableCell/UIBubbleTableView.m |
Thanks Atheryl for the prompt reply. It's working pretty well and saving my days. Thanks again! |
Awesome! I had the same issue. So excited to see this solution |
Feel free to post on stack overflow and give me the link I can post the fix there and you vote it :) |
Hello ,which are the changes the one in the green |
Hi! I used this lib and it work fine. But i had started test my app on iphone 5s it not working. Bubble not add to ned row. Next bubble draw under previous bubble like this (see screenshot
)
The text was updated successfully, but these errors were encountered: