0

I know this question has been asked a lot, but no solution works with me. Simply I want to push a transparent UIViewController (not Modal), just a simple push to my UINavigationController.

The problem is that I want to get rid of the flicker that occurs, any ideas?

Elsammak
  • 1,102
  • 10
  • 26

1 Answers1

0

It is fairly easy. You need to provide your own transition. In transition code you will preserve view fromViewControler and it is done. If you don't do that you will see black background.

Tutorial is here: Navigation controller custom transition

Juraj Antas
  • 3,059
  • 27
  • 37