CLASS

ProblemViewController

Contents

open class ProblemViewController: BaseViewController<ProblemModel, ProblemViewControllerStyle>

A UIViewController instance that is capable of displaying a ProblemModel presenting a list of Messages and a list of Linksfrom which the user can select one. Actions are submited using delegation callback via HaapiFlowViewControllerDelegatereference stored in haapiFlowViewControllerDelegate property.

Methods

init(_:style:commonStyle:)

override public init(
    _ model: any ProblemModel,
    style: ProblemViewControllerStyle,
    commonStyle: HaapiUIViewControllerStyle
)

init(coder:)

deinit

deinit

viewDidLoad()

override open func viewDidLoad()

hasLoading()

override public func hasLoading() -> Bool