Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

조회 수 1180 댓글 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 [android] Calling activity function from separate class hooni 2016.11.15 1317
12 Develop [android] How can I place app icon on launcher home screen? hooni 2016.11.15 1422
11 Develop [ios] FlckrFeed Example App (Swift) file hooni 2016.11.27 1214
10 Develop XML, JSON, BSON, MSGPACK 장,단점 비교 file hooni 2017.01.11 2385
9 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1215
8 Develop [ios] 동영상 플레이어 샘플 (for Remote Url) file hooni 2017.02.07 1770
7 Develop [ios] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 1332
6 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1414
5 Develop Mac OS 에 Jenkins 설치하기 (Homebrew) 2 file hooni 2017.03.15 8410
4 Develop [ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법 file hooni 2017.03.29 1098
3 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 964
2 Develop [ios] Facebook SDK 로그인 설명 file hooni 2017.04.19 1367
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6