ConfigRefresh icon indicating copy to clipboard operation
ConfigRefresh copied to clipboard

搭配 MJRefresh 使用的 Extension

ConfigRefresh

Features

  • 一款用 Swift 写的 搭配 MJRefresh 使用的 Extension

Requirements

  • iOS 8.0+
  • Xcode 7.0 or above

Usage

delegate

// MARK: - ConfigRefreshDelegate
extension ViewController: ConfigRefreshDelegate {
    func headerRefresh(view: UIView) {
    }
    
    func footerRefresh(view: UIView) {
    }
}

Contact

我的邮箱: [email protected]

License

the MIT license.