FrameAction

@objc
public enum FrameAction : Int

The actions that can be used in an instance of FrameOptionsToolController.

  • Replace the frame

    Declaration

    Swift

    case replace
  • Change the width of the frame

    Declaration

    Swift

    case width
  • Change the opacity of the frame

    Declaration

    Swift

    case opacity