RSDShowViewUIAction

public protocol RSDShowViewUIAction : RSDUIAction

For the case where the learn more action is designed specifically for showing a view controller, this allows for vending a custom learn more action without requiring a custom step view.

  • The view controller to show.

    Declaration

    Swift

    func instantiateViewController(for stepViewModel: RSDStepViewPathComponent) -> UIViewController