i am trying to change the status Bar Style of UISplitViewController
i used to do that with UINavigationBar
UINavigationBar.appearance().barStyle = UIBarStyle.Black
but the UISplitViewController
does not have an appearance
property
is there anyway to change that Style ?