AvatarList

public protocol AvatarList : _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 borderColor: Color { get }
  • Undocumented

    Declaration

    Swift

    var borderWidth: CGFloat { get }
  • Undocumented

    Declaration

    Swift

    var isCircular: Bool { get }
  • Undocumented

    Declaration

    Swift

    var size: CGSize { get }
  • isEmpty Extension method

    Undocumented

    Declaration

    Swift

    var isEmpty: Bool { get }