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-chart file hooni 2015.07.20 1244
3 iOS [ios] iOS Custom Pull-to-Refresh Control Tutorial (Updated for Swift) file hooni 2015.10.29 1280
2 iOS 주식 차트 구현 오픈소스, BBStockChartView file hooni 2015.07.20 1511
1 iOS 스토리보드 Custom Segue 작성해 모달뷰 띄우기 - DCModalSegue file hooni 2014.03.18 2521
Board Pagination Prev 1 ... 11 12 13 14 15 Next
/ 15