FootnoteIconList
public protocol FootnoteIconList : _ViewEmptyChecking, View
Undocumented
-
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 } -
isEmptyExtension methodUndocumented
Declaration
Swift
var isEmpty: Bool { get }