Onboarding Scan Confirm View¶
FUIOnboardingScanConfirmView
¶
open class FUIOnboardingScanConfirmView: NibDesignable
This is the view that will be displayed when the scanner got a QR code from either
scanner or a photo image. And this QR code is validated by the delegate of the
FUIOnboardingScanViewController
.
This view includes the following components:
- Title label: with default text "Confirmation"
- Check image: a green circle with
white
check mark in the middle - Success message label: with default text "Scan succeeded. You will be connected to:"
- SAP Business Technology Platform server label: the text should be the SAP Business Technology Platform server name that the implementation of the following function of
FUIWelcomeControllerDelegate
should provide.
func welcomeController(_ welcomeController: FUIWelcomeController, willNavigateToScannerScreen scanController: FUIOnboardingScanViewController)
- Continue button: when this is tapped, the app will continue rest of the onboarding tasks.
Theming¶
Supported style classes
fdlFUIOnboardingScanConfirmView
fdlFUIOnboardingScanConfirmView_titleLabel
fdlFUIOnboardingScanConfirmView_successMessageLabel
fdlFUIOnboardingScanConfirmView_hcpServerLabel
fdlFUIOnboardingScanConfirmView_continueButton
fdlFUIOnboardingScanConfirmView_continueButton_touchDown
Last update: April 14, 2021