SurveyPage

public class SurveyPage
  • Declaration

    Swift

    public private(set) var questions: [Question] { get }
  • Declaration

    Swift

    public private(set) var title: QuestionText { get }
  • Declaration

    Swift

    public private(set) var text: QuestionText? { get }
  • Declaration

    Swift

    public private(set) var forwardText: String { get }
  • Declaration

    Swift

    public private(set) var backwardText: String { get }
  • Declaration

    Swift

    public private(set) var okText: String { get }
  • Declaration

    Swift

    public var showForward: Bool { get }
  • Declaration

    Swift

    public var showBackward: Bool { get }
  • Declaration

    Swift

    public var showOk: Bool { get }