AlexBarinov/UIBubbleTableView

iphone 5s

Opened this issue · 6 comments

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
img_0032
)

+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

screen shot 2014-07-09 at 3 17 04

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