The TableView and the Nav bar were overlapping. I managed to get that resolved though.
Now I can’t get the timeline that was working to show up at all. I got a notification that there was an update to Fabric, so I installed it. It immediately caused an error with this code:
required init(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
It says that the method is now not accessible anymore so I just commented it out. Error goes away, program compiles and runs. When I go to where the Timeline used to be in the app now I just get a blank TableView