Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

JackShi/EGOTableViewPullRefreshAndLoadMore

Repository files navigation

EGOTableViewPullRefreshAndLoadMore

This project's initial codes are from EGOPullRefreshAndLoadMore, which is inspired by EGOTableViewPullRefresh.

Usage

Please check out the demo project included.

image image

Requirements

  • iOS 7.0 and greater
  • ARC

Install

CocoaPods

The easiest way to install EGOTableViewPullRefreshAndLoadMore is using CocoaPods:

  1. Add the pod to podfile
pod 'EGOTableViewPullRefreshAndLoadMore'
  1. Refresh your project pods pod install

  2. import EGORefreshTableHeaderView.h and LoadMoreTableFooterView.h as you need.

Install Manually

  1. Copy EGOTableViewPullRefreshAndLoadMore folder to your project.

  2. import EGORefreshTableHeaderView.h and LoadMoreTableFooterView.h as you need.

License

EGOTableViewPullRefreshAndLoadMore is available under the MIT license. See the LICENSE file for more info.