Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1182 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] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 1333
7 Develop [ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기 hooni 2015.10.23 1308
6 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1215
5 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1198
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1182
3 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 966
2 Develop [ios][swift] 초간단 TableView 샘플 file hooni 2016.06.27 878
1 Develop [matlab] 정보은닉 스테가노그래피(Steganography) 수업 file hooni 2016.10.03 800
Board Pagination Prev 1 2 3 Next
/ 3