RxPullToRefreshPosition

public enum RxPullToRefreshPosition

An Enumerations indicating the position of a RxPullToRefresh object.

  • top

    A position value for a header.

    Declaration

    Swift

    case top
  • A position value for a footer.

    Declaration

    Swift

    case bottom