Footer

public struct Footer<Label> where Label : View
extension Refresh.Footer: View

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(refreshing: Binding<Bool>, action: @escaping () -> Void, @ViewBuilder label: @escaping () -> Label)

Footer

  • Undocumented

    Declaration

    Swift

    public func noMore(_ noMore: Bool) -> Refresh.Footer<Label>
  • Undocumented

    Declaration

    Swift

    public func preload(offset: CGFloat) -> Refresh.Footer<Label>
  • Declaration

    Swift

    public var body: some View { get }