When I'm doing a segue between views with largeTitle on in the first and off in the second there is always a black bar while the animation from large to small runs. Is there any way to fix that? Can I change that color?
Asked
Active
Viewed 45 times
0
-
1set your UINavigationController instance .view.backgroundColor = .white and this transition will use provided color in this gap – Modo Ltunzher Nov 09 '18 at 19:42
-
It works. I didn't found the right color to change. Thanks! – Tobi Nov 09 '18 at 19:56
-
Please refer this post https://stackoverflow.com/questions/39929877/swift-performseguewithidentifier-shows-black-screen/39930180. This should work! – Haseeb Afsar Nov 10 '18 at 00:21