xcode ignoring displaymodeMode and LaunchLogo

I’m getting the grey hair here, someone please help me! My code has the displayMode(FULLSCREEN_NO_BUTTONS) command in function setup()

I also changed the LaunchLogo in xcode to a different one and the LaunchImage as well.

All the above keeps being ignored by xcode. So the app is showing “Made with Codea” in the launch and it has the pause and camera buttons on bottom left. What am I missing? Thanks

Hi @Surfer

Try putting displayMode() before setup().

@Surfer re. the launch logo — you may need to edit the “Launch Screen.xib” file (this is used on newer iOS devices instead of a static image)

Both helped perfect! Thanks so much!!!

edited