FRUI
public final class FRUI
FRUI framework is mainly responsible to provide demonstration of FRAuth framework’s functionalities with pre-built User Interfaces. FRUI constructs and builds screens, and provides an abilities to customize and style those pre-built screens and UI(s) for developers’ needs
-
Singleton object instance
Declaration
Swift
public static let shared: FRUI -
Primary color
Declaration
Swift
public var primaryColor: UIColor -
Primary text color
Declaration
Swift
public var primaryTextColor: UIColor -
Secondary color
Declaration
Swift
public var secondaryColor: UIColor -
Error color
Declaration
Swift
public var errorColor: UIColor -
Warning color
Declaration
Swift
public var warningColor: UIColor -
Logo image
Declaration
Swift
public var logoImage: UIImage?
View on GitHub