UI Components

In addition to the high level orchestrated screens described in Products, we also make available the smaller building-block UI components that are used to build those screens. Details about available components can be found by visiting the reference docs at https://smileidentity.github.io/ios/documentation/smileid. The UI components are listed under the Structures header

You must use SwiftUI in order to use these lower level UI components

For example, if you want to display only the Selfie Instruction screen:

SmartSelfieInstructionsScreen()

Last updated