Atachment
Attachment '2'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
ViewController에 다음 한줄만 추가하면 Pull-To-Refresh 기능이 구현가능한 SVViewController 라는 오픈소스입니다.
[self.tableView addPullToRefreshWithActionHandler:^{
    NSLog(@"refresh dataSource");

    [tableView.pullToRefreshView performSelector:@selector(stopAnimating)
        withObject:nil afterDelay:2];
}];


소스 다운로드는 첨부파일 또는 아래링크를 확인하세요.
https://github.com/samvermette/SVPullToRefresh

SVPullToRefresh.jpg
?

List of Articles
No. Category Subject Author Date Views
4 iOS UITableView 를 커스터마이징한 예제입니다. file hooni 2014.03.18 232
3 iOS 현재위치와 간단텍스트 저장하는 예제 file hooni 2014.03.18 227
2 iOS 자연스럽게 이미지 크기 조절하는 예제 file hooni 2014.03.18 250
1 iOS 빙글빙글 OpenGL ES 1.0 file hooni 2014.03.18 237
Board Pagination Prev 1 ... 11 12 13 14 15 Next
/ 15