iOS7 and larger screens
typemismatch opened this issue · 2 comments
typemismatch commented
Are there any plans to upgrade this to support the larger screen sizes and changes in iOS7?
thanks
aravindkumar commented
iphone-6 and iphone 6 plus is not supporting this.
lacsaph commented
I encountered the same issue and was able to resolve it with some small adjustments within UIBubbleTableView.m. When you will open this file in Xcode you will see some warnings about implicit conversions. I fixed all 3 warnings but the one that really matters is changing:
- (float)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
to - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath