上拉和下拉刷新开发包 SDRefreshView

软件介绍

SDRefreshView

简单易用的上拉和下拉刷新(多版本细节适配)

1.导入主头文件

#import "SDRefresh.h"

2.创建并设置 (只需3步)

SDRefreshHeaderView *refreshHeader = [SDRefreshHeaderView refreshView];

[refreshHeader addToScrollView:目标tableview]; // 加入到目标tableview

[refreshHeader addTarget: refreshAction:加载内容的方法] 或者 refreshHeader.beginRefreshingOperation = ^{} 任选其中一种即可

PS:

  1. 如果需要一进入就自动加载一次数据,请调用[refreshHeader beginRefreshing];

  2. 默认是在navigationController环境下,如果不是在此环境下,请设置 refreshHeader.isEffectedByNavigationController = NO;

本文地址:https://codercto.com/soft/d/5934.html

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00

Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具