InitialControllerErrorState
public enum InitialControllerErrorState : CustomStringConvertible
Describes an error happened to the initial view controller
-
View controller not found
Declaration
Swift
case notFound
-
View controller deallocated
Declaration
Swift
case deallocated
-
Declaration
Swift
public var description: String { get }