molecule list fix
This commit is contained in:
parent
8a349ae16f
commit
d3361fedeb
@ -52,6 +52,7 @@ public class MoleculeListTemplate: ThreeLayerTableViewController {
|
|||||||
return UITableViewCell()
|
return UITableViewCell()
|
||||||
}
|
}
|
||||||
cell.setWithJSON(molecule, delegateObject: delegateObject(), additionalData: nil)
|
cell.setWithJSON(molecule, delegateObject: delegateObject(), additionalData: nil)
|
||||||
|
cell.updateView(tableView.bounds.width)
|
||||||
return cell
|
return cell
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user