UserInterfaceState

@available(iOS 9.0, *)
public struct UserInterfaceState : Equatable

This struct holds information about the state of various pieces of the UI.

Child Structs

  • This struct holds information about the state of the sticker tool.

    See more

    Declaration

    Swift

    public struct StickerInterfaceState : Equatable
  • This struct holds information about the state of the text tool.

    See more

    Declaration

    Swift

    public struct TextInterfaceState : Equatable
  • This struct holds information about the state of the text design tool.

    See more

    Declaration

    Swift

    public struct TextDesignInterfaceState : Equatable

Properties