Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

조회 수 1173 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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
번호 분류 제목 글쓴이 날짜 조회 수
13 Develop [ios] 웹뷰 history.back() ㅋㄷ file hooni 2016.06.27 2040
12 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1761
11 Develop [ios] Requesting Location Permissions in iOS file hooni 2018.08.18 1738
10 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1403
9 Develop [ios] Facebook SDK 로그인 설명 file hooni 2017.04.19 1357
8 Develop [ios] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 1328
7 Develop [ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기 hooni 2015.10.23 1300
6 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1206
5 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1188
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1173
3 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 958
2 Develop [ios][swift] 초간단 TableView 샘플 file hooni 2016.06.27 869
1 Develop [matlab] 정보은닉 스테가노그래피(Steganography) 수업 file hooni 2016.10.03 790
Board Pagination Prev 1 2 Next
/ 2