The status bar is on by default in the new UI window created. Maybe RecordViewController should mirror the unity setting for status bar? Just need to add this
override var prefersStatusBarHidden: Bool { return <value> } to it, and pass the value from unity