AppStoryboard
enum AppStoryboard : String
Undocumented
-
Undocumented
Declaration
Swift
case home = "Home" -
Undocumented
Declaration
Swift
case onboarding = "Onboarding" -
Undocumented
Declaration
Swift
case exposureNotificationSetting = "ExposureNotificationSetting" -
Undocumented
Declaration
Swift
case exposureSubmission = "ExposureSubmission" -
Undocumented
Declaration
Swift
case settings = "Settings" -
Undocumented
Declaration
Swift
case developerMenu = "DeveloperMenu" -
Undocumented
Declaration
Swift
case inviteFriends = "InviteFriends" -
Undocumented
Declaration
Swift
case exposureDetection = "ExposureDetection" -
Undocumented
Declaration
Swift
case riskLegend = "RiskLegend" -
Undocumented
Declaration
Swift
var instance: UIStoryboard { get } -
Undocumented
Declaration
Swift
func initiate<T>(viewControllerType: T.Type, creator: ((NSCoder) -> UIViewController?)? = nil) -> T where T : UIViewController -
Undocumented
Declaration
Swift
func initiateInitial<T>(creator: ((NSCoder) -> UIViewController?)? = nil) -> T where T : UIViewController