jackdem

Results 8 comments of jackdem

Hi there, my appearance config looks like this: UINavigationBar.appearance().tintColor = UIColor.white UINavigationBar.appearance().barTintColor = UIColor().appThemeColour() UINavigationBar.appearance().isTranslucent = false UINavigationBar.appearance().shadowImage = UIImage() UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName : UIColor.white] UIApplication.shared.statusBarStyle = .lightContent I made...

im not sure how to confirm older versions as im only working with 11

I downloaded iOS 10.0 simulators and it seems to work fine, so its iOS11, is there a fix / solution possible? as currently its not really usable in iOS11 with...

Simulator only, i dont have any iOS10 devices. I cant provide a sample sorry, but the setup is simply, the sidemenu and then clicking an item loads a navigation controller...

Hi was there a solution found to this? ive been running my app on iOS10 simulator for a while now but i cant do a public release unless there is...

thanks, sorry for the simple question, but where do i set the contentScale?

unfortunately this didnt fix it, the status bar remains the wrong colour in an iOS11 simulator

sorry i set it in the viewwilltransition, moved it to the viewdidload and now its fine, no issue. i just loose the nice animation. Is this something that should resolve...