TableViewCell not displaying when using Custom View Cells – Ios swift
I have a tableview that implements a custom cell that I made in my app. The table view gets its data from firebase and reloads it once the view appears. For some reason the table view rows dont appear. Why…