I am writing an iOS app. User types in movie search keywords and it fetches data from omdbapi.com and displays movies in tableview. Issue is that that table view cell isn't getting displayed correctly.
Project URL: project on onedrive
I tried using every autolayout method but, its not working.
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return UITableViewAutomaticDimension;
}