Protocols

The following protocols are available globally.

  • A class of types whose instances hold the value of an entity with stable identity.

    See more

    Declaration

    Swift

    public protocol ArgoKitIdentifiable : AnyObject
  • Undocumented

    See more

    Declaration

    Swift

    public protocol ViewModelProtocol : ArgoKitIdentifiable
  • A type that represents part of your app’s user interface and provides modifiers that you use to configure views.

    See more

    Declaration

    Swift

    public protocol View
  • Undocumented

    See more

    Declaration

    Swift

    public protocol ProgressViewStyle
  • Undocumented

    See more

    Declaration

    Swift

    public protocol TextProtocol : View
  • The base protocol for concrete gesture recognizers.

    See more

    Declaration

    Swift

    public protocol Gesture