init
This commit is contained in:
11
node_modules/@capacitor/splash-screen/ios/Sources/SplashScreenPlugin/SplashScreenConfig.swift
generated
vendored
Normal file
11
node_modules/@capacitor/splash-screen/ios/Sources/SplashScreenPlugin/SplashScreenConfig.swift
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import UIKit
|
||||
|
||||
public struct SplashScreenConfig {
|
||||
var backgroundColor: UIColor?
|
||||
var spinnerStyle: UIActivityIndicatorView.Style?
|
||||
var spinnerColor: UIColor?
|
||||
var showSpinner = false
|
||||
var launchShowDuration = 500
|
||||
var launchAutoHide = true
|
||||
let launchFadeInDuration = 0
|
||||
}
|
||||
Reference in New Issue
Block a user