Attention: As of iOS 6.0, there is a UIRefreshControl object that makes adding pull-to-refresh functionality super easy. If you only need to support iOS 6.0 and later, I'd recommend using UIRefreshControl instead.
PullToRefresh
A simple iPhone TableView for adding pull-to-refresh functionality.
Inspired by leah and her project leah / PullToRefresh.
How to install
Copy the files, PullRefreshTableView.h, PullRefreshTableView.m, and arrow.png into your project.
Link against the QuartzCore framework (used for rotating the arrow image).
Create a tableView that is a subclass of PullRefreshTableView in your ViewController where you want to use Pull-to-refresh.
Customize by delegate your own refresh() method.
GitHub URL : https://github.com/MBKwon/PullToRefresh
'Open Source Projects' 카테고리의 다른 글
[FunFun study] 함수형 프로그래밍 스터디 (0) | 2017.08.22 |
---|---|
[MB Kyle Kwon] MBSessionDownload : HTTP 파일 다운로드 라이브러리 (0) | 2014.02.04 |
[MB Kyle Kwon] PPT Timer (Android & iOS) (0) | 2013.05.28 |
[Breaking Jobs]PhoneGap을 이용한 LG스마트TV, 스마트폰 통신 프레임워크 (0) | 2012.09.27 |
[Breaking Jobs]PhoneGap을 이용한 구글TV, 스마트폰 통신 프레임워크 (0) | 2012.09.23 |