How does Cordova's iOS project implement startup diagrams with plug-ins?

problem description

how to use cordova-plugin-splashscreen plug-ins
in iOS projects

iOS project I use XCode to set the startup diagram. I can only set the dead display time. How to use the cordova-plugin-splashscreen plug-in in the ios project, because I need the hidden startup diagram method provided by this plug-in to control inside the code

I have tried to install this plug-in and fill in the image addresses of all sizes in congif.xml , but app still uses the startup diagram set in xcode when it starts. PS: I packaged the project in xcode instead of using the command line cordova build ios

how can I implement the startup diagram of ios through this plug-in?

Jul.05,2022
Menu