FootnoteIconList

public protocol FootnoteIconList : _ViewEmptyChecking, View

Undocumented

  • V

    Undocumented

    Declaration

    Swift

    associatedtype V : View
  • Undocumented

    Declaration

    Swift

    var count: Int { get }
  • Undocumented

    Declaration

    Swift

    func view(at index: Int) -> V
  • Undocumented

    Declaration

    Swift

    var maxCount: Int { get }
  • Undocumented

    Declaration

    Swift

    var size: CGSize { get }
  • Undocumented

    Declaration

    Swift

    var isCircular: Bool { get }
  • Undocumented

    Declaration

    Swift

    var spacing: CGFloat { get }
  • isEmpty Extension method

    Undocumented

    Declaration

    Swift

    var isEmpty: Bool { get }