Table View Controller not showing data

I'm trying to use a Table View Controller with a view inside it to display a countdown, however when it shows up on my device everything dissapears.


How it looks in XCode:

sAtwRbI.png


How it looks in Emulator:

y4VjzP8.png


There are no constraints currently, and there is no code attached to the TableView or the Collection Views so they aren't being effected by DataSources or Delegates afaik.