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
However, ComposeUIViewController() returns a final UIViewController and there is no way to change this value. Maybe ComposeUIViewControllerConfiguration could grow extra nullable blocks that could be implemented to provide extra customization.
The text was updated successfully, but these errors were encountered:
The usual way to change the status bar style on iOS is to override the
var preferredStatusBarStyle
:However,
ComposeUIViewController()
returns a final UIViewController and there is no way to change this value. MaybeComposeUIViewControllerConfiguration
could grow extra nullable blocks that could be implemented to provide extra customization.The text was updated successfully, but these errors were encountered: