pgpt10 / DynamicHeightCollectionView

Dynamic Height Collection View
78 stars 30 forks source link

Collection-view not showing all tags. #7

Open bhaveshbc opened 1 year ago

bhaveshbc commented 1 year ago

Simulator Screenshot - iPhone 14 Pro - 2023-05-27 at 11 30 16

Xcode : 14.3 simulator : Iphone 14 pro IOS : 16.4

Step To reproduce:

  1. clone the Repo
  2. run the project.
bhaveshbc commented 1 year ago

fixed it by reloading tableview in viewdidappear

override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) tableView.reloadData() }