Title Bar and title at top of screen in simulator

Post Reply
foggycoast
Posts: 4
Joined: Tue Dec 30, 2014 2:13 pm
My devices: Ipad, iPod touch, macbook

Title Bar and title at top of screen in simulator

Post by foggycoast »

Hi,


I am a registered Apple developer and am experimenting with the smart basic SDK. I am able to get my code running based on the instructions provided in the forum. However, I noticed that there is a default background, title bar and background title graphic when running the program in the Xcode simulator. I would like to just see my code execution and nothing else.
Is it possible that I can remove all the extras (the title and bar and background )from the screen for my app when running in Xcode?

Thanks

BTW
Smart Basic is an awesome app.

User avatar
Mr. Kibernetik
Site Admin
Posts: 4782
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Title Bar and title at top of screen in simulator

Post by Mr. Kibernetik »

Check for SET TOOLBAR ON/OFF commands in Interface section of documentation.

All graphics files (backgrounds, etc.) are in open access in SDK, so you are free to replace them with your own versions. But of course you should know well what you are doing if you are replacing something in SDK.

foggycoast
Posts: 4
Joined: Tue Dec 30, 2014 2:13 pm
My devices: Ipad, iPod touch, macbook

Re: Title Bar and title at top of screen in simulator

Post by foggycoast »

That sounds great, thanks for your help and quick reply.

Post Reply