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/



?

  1. [android] SurfaceView를 이용한 애니메이션 ㅎㅎ

    Date2013.04.23 CategoryDevelop Byhooni Views57753
    Read More
  2. [ios] Did UIScrollView End Scrolling?

    Date2016.04.19 CategoryDevelop Byhooni Views1163
    Read More
  3. [ios] UIAlertView 초간단 샘플 ㅎㅎ

    Date2013.10.14 CategoryDevelop Byhooni Views46178
    Read More
  4. [ios] UIView에서 상위 UIViewController 가져오기

    Date2013.09.27 CategoryDevelop Byhooni Views20216
    Read More
  5. [ios] 소소한 팁 (Rect,Point,Path,URL 등)

    Date2013.08.08 CategoryDevelop Byhooni Views29522
    Read More
  6. [ios] 웹뷰 history.back() ㅋㄷ

    Date2016.06.27 CategoryDevelop Byhooni Views2014
    Read More
Board Pagination Prev 1 Next
/ 1