Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1163 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
129 PPT [ppt] 정보보호관리 발표내용 file hooni 2016.11.30 1177
128 PPT [ppt] 정보보호관리 발표내용 #2 file hooni 2016.12.08 1176
127 Develop [ios][swift] 초간단 To-do Memo file hooni 2016.06.27 1176
126 System/OS [mac] VirtualBox 실행 스크립트와 bash_profile 설정 file hooni 2020.07.08 1172
» Develop [ios] Did UIScrollView End Scrolling? hooni 2016.04.19 1163
124 System/OS [mac] Homebrew/rvm/cocoapod setting hooni 2017.07.29 1162
123 Etc 캘리포니아 운전면허 문제 file hooni 2017.07.22 1159
122 System/OS [mac] OS X 엘 캐피탄에서 Soudflower 사용하기 2 file hooni 2016.10.03 1159
121 Develop [ios] 상위 ViewController 가져오기 hooni 2015.10.12 1154
120 PPT [ppt] iOS 플라랩#03(2015.04.27) 발표 자료 file hooni 2015.04.24 1150
119 System/OS [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우 hooni 2014.12.18 1147
118 Develop [ios] StoryBoard(xib) 없이 프로젝트 만들기 file hooni 2015.02.12 1146
Board Pagination Prev 1 ... 83 84 85 86 87 88 89 90 91 92 ... 98 Next
/ 98