cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to customize welcome screen in on-boarding process for a scan view

0 Kudos

func configuredWelcomeScreenStep() -> WelcomeScreenStep

{

let discoveryConfigurationTransformer = DiscoveryServiceConfigurationTransformer(applicationID: appId, authenticationPath: authPath)

let welcomeScreenStep = WelcomeScreenStep(transformer: discoveryConfigurationTransformer, providers: [FileConfigurationProvider()])

welcomeScreenStep.scanConfirmViewCustomizationHandler = { welcomeScreen ,jsonDictionary in

print(welcomeScreen)

print(jsonDictionary)

welcomeScreen.confirmationTitleString = "confirm"

}

Accepted Solutions (1)

Accepted Solutions (1)

former_member190800
Contributor
0 Kudos

venkat.asam what is the question here?

0 Kudos

Hi Stan,

Am unable to get the customized screen for scan view.By default the on-boarding screen loads with WelcomstepUI theme even after implementing the above code in configuredwelcomescreen method

Answers (1)

Answers (1)

former_member190800
Contributor
0 Kudos

venkat.asam thanks for clarification, but there isn't enough information here to see what the problem is. (The code above *should* load the WelcomeStep UI).

If you have not already, please file an OSS ticket, with screenshots.