I have created a tableview but cannot get it to come to the front of my storyboard. I have a background image view that my tableview is sitting behind and not coming to front.
self.view?.addSubview(self.tableviwe!)
self.view?.bringSubviewToFront(self.tableviwe!)