I'm segueing from one view to another using performSegue(withIdentifier: "showActivities", sender: nil)
The segue works fine but the black navigation bar flickers before it gets totally black. I'm doing the same between to other views and everything works fine.
The image shows what I mean.
Can anybody help me?
Asked
Active
Viewed 400 times
1

Philipp Rosengart
- 713
- 1
- 8
- 20
-
Think you could put a gif up of the problem? – keithbhunter Mar 08 '17 at 15:55
-
I added the gif – Philipp Rosengart Mar 08 '17 at 18:37
-
I added a toolbar to the bottom, this is also flickering like the navigation bar... – Philipp Rosengart Mar 08 '17 at 18:48
-
is this what you looking for? http://stackoverflow.com/questions/39835420/navigationbar-delay-updating-bartintcolor-ios10/40255483#40255483 – Joe Mar 19 '17 at 08:29
1 Answers
-1
This heppend because nav bar have bugged animation, u need to set view under navbar to dark color.

xxx
- 3
- 3