Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1172 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
84 Develop [Android Error] The number of method references in a .dex file cannot exceed 64K hooni 2016.11.10 895
83 Develop [ios] NSString, RegularExpression Find/Replace hooni 2017.04.14 958
82 Develop [ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법 file hooni 2017.03.29 1084
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1172
80 System/OS [mac] OS X 엘 캐피탄에서 Soudflower 사용하기 2 file hooni 2016.10.03 1177
79 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 1199
78 Develop [ios] FlckrFeed Example App (Swift) file hooni 2016.11.27 1205
77 Develop [ios] 동영상 플레이어 샘플 (for Local File) file hooni 2017.02.07 1206
76 System/OS 맥에서 포트 확인하고 닫기 (mac) hooni 2022.03.22 1209
75 Develop [ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기 hooni 2015.10.23 1300
74 Develop [android] Calling activity function from separate class hooni 2016.11.15 1313
73 Develop [ios] Facebook Cache 갱신하는 함수 file hooni 2017.02.27 1328
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7