FormattingState

@objcMembers
@objc(GSFormattingState)
public class FormattingState : NSObject

Progress state of the formatting process.

  • Retrieves the current formatting step.

    Declaration

    Swift

    public var step: FormattingStep
  • Retrieves the formatting progress of the current step, in percent.

    Declaration

    Swift

    public var progress: Int