Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1015 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 4657
7 Develop [ios][swift] 초간단 TableView 샘플 file hooni 2016.06.27 732
6 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1061
5 Develop [ios][swift] 초간단 카달로그 앱 (Catalog App) file hooni 2016.06.27 7118
4 Develop [ios] FlckrFeed Example App (Swift) file hooni 2016.11.27 1070
3 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1068
2 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1638
1 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1258
Board Pagination Prev 1 2 Next
/ 2