iOS:ODRefreshControl

https://github.com/Sephiroth87/ODRefreshControl

Important note if your project doesn’t use ARC: you must add the -fobjc-arc compiler flag toODRefreshControl.m in Target Settings > Build Phases > Compile Sources.

ODRefreshControl is a “pull down to refresh” control for UIScrollView, like the one Apple introduced in iOS6, but available to anyone from iOS4 and up.

上一篇:python全栈开发day110-Flask基础语法


下一篇:Python全栈开发-Day1-Python基础1