3

Is there a way to change the rootViewController of an UIWindow with a transition?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
  • There are a few detailed answers to this question here: https://stackoverflow.com/questions/7703806/rootviewcontroller-switch-transition-animation – codingFriend1 Mar 08 '17 at 11:34

1 Answers1

1

Your rootViewController is just a subview of your UIWindow. You can add other subviews and and do things like transitionFromView:toView:....

ott--
  • 5,642
  • 4
  • 24
  • 27