This repository was archived by the owner on Feb 2, 2023. It is now read-only.
  
  
  
  
  
Description
Note: This is related to #299.
The sample project can be found here and it was build with the following:
Expected results:
- Independently of line 21 on ViewController.swift (self.tableView.asyncDelegate = self) being commented or not, the cells will have a random size.
Actual results:
- If it's commented, the cells height will use the default one (49points). If not, they will have a random size.
