Contents

Develop
2016.04.19 16:06

[ios] Did UIScrollView End Scrolling?

Views 1173 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/



?

  1. [ios] Background 에서 네트워크 사용

  2. [ios] binary를 C코드로 변환

  3. [ios] CoreData 사용하기 (튜토리얼)

  4. [ios] Crashlytics, Fabfic 설치/설정

  5. [ios] DatePicker iOS 6.x 이하 디자인.

  6. [ios] Debug Extensions (from 종길 차장님 ㅋㅋ)

  7. [ios] Did UIScrollView End Scrolling?

  8. [ios] DJBros. (DJ요맨~)

  9. [ios] Facebook Cache 갱신하는 함수

  10. [ios] Facebook SDK 로그인 설명

  11. [ios] FlckrFeed Example App (Swift)

  12. [ios] GCD 변수 사용 예제

Board Pagination Prev 1 ... 30 31 32 33 34 35 36 37 38 39 ... 71 Next
/ 71