Can’t seem to find a way to fix a graphic – a light graphic that would remain static as the user navigates from scene to scene. Have been combing forums for a few days, but most answers point to MainWindow.xib, which isn’t generated for a storyboard project. Would appreciate any advice.
Share
You can try to manually add UIImageView to your window and then set 0 background transparency
for all other views.