Protocols

The following protocols are available globally.

  • Defines methods to be implemented by classes that will support scrolling.

    See more

    Declaration

    Swift

    public protocol Scrollable
  • Indicates item traits. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable. Inherits from Hashable.

    Declaration

    Swift

    public protocol LayoutTraits : Hashable
  • Protocol for cells in a table.

    See more

    Declaration

    Swift

    public protocol CellProtocol