728x90
setContentOffset을 이용해서 스크롤의 위치를 옮겨줄수 있다.
[scroller setContentOffset:CGPointMake(0.0f, 0.0f) animated:NO];
Document
setContentOffset:animated:
Sets the offset from the content view’s origin that corresponds to the receiver’s origin.
- (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated
Parameters
contentOffset
A point (expressed in points) that is offset from the content view’s origin.
animated
YES to animate the transition at a constant velocity to the new offset, NO to make the transition immediate.
728x90
'Developer > iOS' 카테고리의 다른 글
[IPhone]UIAlertView(경고창) 띄우는 방법과 경고창이 여러개일 때, 이벤트 구별하는 방법 (2) | 2011.01.12 |
---|---|
[IPhone] zBar를 이용하여 바코드 인식하기. (0) | 2010.12.03 |
IPhone 지정한 시간 후에 메소드 호출하기.(스크롤 이동) (1) | 2010.11.23 |
UITextView에서 return 눌렀을때, 이벤트 받기. (1) | 2010.11.13 |
모든 뷰에 대해서 touch event막기. (2) | 2010.10.25 |