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 [ios] UIView+Frame file hooni 2015.10.06 561
3 iOS [ios] iOS Custom Pull-to-Refresh Control Tutorial (Updated for Swift) file hooni 2015.10.29 1280
2 iOS Swipe to Delete and the “More” button (like in Mail app on iOS 7) file hooni 2016.04.19 640
1 iOS 리스트 화면전환 애니메이션 (AMWaveTransition) file hooni 2016.07.07 1143
Board Pagination Prev 1 ... 11 12 13 14 15 Next
/ 15