You seem to be talking about stowing the UI bar, not hiding it. To have the UI bar start initially stowed, you want the Config.ui.stowBarInitially config setting. For example, place the following within your Story JavaScript:
Config.ui.stowBarInitially = true;