I have a UINavigationBar that I placed within a UIViewController in the StoryBoard and created an IBOutlet for it in the viewController file. I am presenting an SKScene within the viewController and I want to access the navigation bar within the SKScene to get its height. Is there a way I can access the navigation bar within the SKScene?
I would have thought the "window" view would show the navigationBar as a subview, but it doesn't.
Any ideas?