[UIView animateWithDuration:2.0
delay:0
options:UIViewAnimationOptionCurveEaseInOut
animations: ^(void) {
[scrollView setContentOffset:CGPointMake(x, y)];
} completion:^(BOOL isFinished) {
//다른거 하기~!
}];
'Development > IOS & Mac' 카테고리의 다른 글
[IOS] UIView 점선 테두리 그리기 (0) | 2013.09.25 |
---|---|
[IOS Library] 다양한 형태로 리스트를 출력하는 ICarousel (0) | 2013.09.25 |
[IOS Library] 카테고리가 있는 Refresh Controller (0) | 2013.09.13 |
[cocos2d-x] CCLayer 또는 CCSprite clipping하기 (0) | 2013.09.04 |
[IOS] Instrument Alloc 항목 설명 (0) | 2013.09.01 |