You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 unityThe text was updated successfully, but these errors were encountered: