BBC BASIC
Development >> iOS >> Putting a shortcut on the home screen
http://bbcbasic.conforums.com/index.cgi?board=ios&action=display&num=1521669778

Putting a shortcut on the home screen
Post by Richard Russell on Mar 21st, 2018, 10:02pm

The iOS edition supports putting a shortcut to a BBC BASIC program on the home screen (desktop), in a similar way to the Android edition. To create such a shortcut you will need to download and install the Iconical app (£2.99 in the UK). Once installed, perform the following steps:
  1. Open Iconical and on the initial page tap 'App URL'.

  2. Enter the required custom URL which will be bbcbasic://program.bbc (where program.bbc, in BBC Basic's @usr$ directory, is what you want to run) then tap Next.

  3. Optionally, select an icon for the home screen shortcut.

  4. In the 'Icon Title' box type the title that you want to appear on the home screen, then tap 'Create Home Screen Icon'.

  5. As directed, tap on the 'square with upwards pointing arrow' icon: User Image

  6. Tap on 'Add to Home Screen' (you may need to scroll horizontally to find it) then on the next page tap 'Done'.
That's all there is to it! Bear in mind that the home screen shortcut thus created will only work if BBC Basic is not already running, since you cannot have multiple instances of the same app (the same is true of Android).

Richard.