AlexBarinov/UIBubbleTableView

iOS7 and larger screens

typemismatch opened this issue · 2 comments

Are there any plans to upgrade this to support the larger screen sizes and changes in iOS7?

thanks

iphone-6 and iphone 6 plus is not supporting this.

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