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.
Title Bar and title at top of screen in simulator
-
- Posts: 4
- Joined: Tue Dec 30, 2014 2:13 pm
- My devices: Ipad, iPod touch, macbook
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Title Bar and title at top of screen in simulator
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.
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.
-
- 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
That sounds great, thanks for your help and quick reply.