Skip to content

Commit

Permalink
Add invalidateIntrinsicContentSize to HostingTableViewCell
Browse files Browse the repository at this point in the history
  • Loading branch information
alpavanoglu committed Feb 14, 2024
1 parent 0ee88c7 commit ee81dd7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ class HostingTableViewCell<Content: View>: UITableViewCell {
swiftUICellViewController.didMove(toParent: parent)
swiftUICellViewController.view.layoutIfNeeded()
}

self.controller?.view.invalidateIntrinsicContentSize()
}
}

0 comments on commit ee81dd7

Please sign in to comment.