Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1017 Comment 0
?

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

ScrollView의 스크롤이 끝났을 때의 이벤트

- (void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
{
  if (!decelerate)
    [self postScrollExplosion:scrollView];
}

- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView
{
  [self postScrollExplosion:scrollView];
}

[출처] http://keighl.com/post/did-uiscrollview-end-scrolling/



?

List of Articles
No. Category Subject Author Date Views
8 Develop [ios] UUID 생성 + Key Chain 연동 file hooni 2016.05.13 4661
7 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1640
6 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1258
5 Develop [ios] FlckrFeed Example App (Swift) file hooni 2016.11.27 1072
4 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1070
3 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1063
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1017
1 Develop [ios][swift] 초간단 TableView 샘플 file hooni 2016.06.27 734
Board Pagination Prev 1 2 Next
/ 2