본문 바로가기

Develop/Objective-C

UIScrollViewController go to the top!! 맨위로 올리기~

다른 컨텐츠를 스크롤뷰에 넣을때 스크롤이 고정되어 있어서 찾아봤음. 
스크롤뷰에 넣을때 스크롤을 맨위로 올려주면 100% 해결~;)

[
self.contentScrollView setContentOffset:CGPointMake(0.0,0.0) animated:NO];