我使用.UIDocumentBrowserViewController
作为我的初始屏幕browserUserInterfaceStyle = .dark
。
如何构建匹配LaunchScreen.storyboard
?
我正在尝试遵循 HIG:https ://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/launch-screen/
我不能直接UIDocumentBrowserViewController
在情节提要中使用(会很好!),所以我尝试使用 aUISplitViewController
但很难让外观正确。
是否有捷径可寻?如果不是,什么会接近UIDocumentBrowserViewController
?