ReplayKitUnityBridge icon indicating copy to clipboard operation
ReplayKitUnityBridge copied to clipboard

Respect Unity Status Bar setting

Open HammadB opened this issue 6 years ago • 0 comments

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

HammadB avatar Mar 15 '18 19:03 HammadB