Other Protocols

The following protocols are available globally.

  • Helper protocol for binding various definitions of ‘enabled’ to inner view. e.g. UICollectionViewCell uses the parent collection view’s allowsSelection to define isEnabled.

    See more

    Declaration

    Swift

    public protocol InnerViewContainerEnabled : AnyObject
  • Protocol for use in KPIView to display FUIKPIContainer and FUIKPIProgressView.

    See more

    Declaration

    Swift

    public protocol FUIKPIContainer
  • Provides init method for an object with a CLLocationCoordinate2D

    See more

    Declaration

    Swift

    public protocol FUIInitCoordinate
  • Provides init method for an object with an array of CLLocationCoordinate2D and selectedIndex

    See more

    Declaration

    Swift

    public protocol FUIInitCoordinates
  • Provides properties of an object that adds and removes geometries from a map.

    See more

    Declaration

    Swift

    public protocol FUIManageRepresentation