Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

조회 수 1163 추천 수 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
번호 분류 제목 글쓴이 날짜 조회 수
10 Develop [ios] Requesting Location Permissions in iOS file hooni 2018.08.18 1718
9 Develop [ios] 동영상 플레이어 샘플 (for PIP Player) file hooni 2017.03.15 1390
8 Develop [ios] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 1302
7 Develop [ios] Facebook SDK 로그인 설명 file hooni 2017.04.19 1294
6 Develop [ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기 hooni 2015.10.23 1291
5 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1187
4 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1176
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1163
2 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 931
1 Develop [ios][swift] 초간단 TableView 샘플 file hooni 2016.06.27 842
Board Pagination Prev 1 2 Next
/ 2