UIRefreshControl

public extension UIRefreshControl
  • Closure for refresh action. Takes UIRefreshControl that triggered refresh as argument.

    Declaration

    Swift

    typealias Action = (UIRefreshControl) -> Void