Is there any way to set statusbar lightcontent color to a UITableViewController?
Looks like there is no function
override open var preferredStatusBarStyle: UIStatusBarStyle{
        return UIStatusBarStyle.lightContent
    }
in UITableViewController
 
     
    