我使用這種方法向下滾動一個UIScrollView:的UIScrollView滾動
CGPoint bottomOffset = CGPointMake(0, self.ScrollForComments.contentSize.height - self.ScrollForComments.bounds.size.height);
[self.ScrollForComments setContentOffset:bottomOffset animated:YES];
的一點是,如果在UIsecollView含量大於滾動視圖,一切工作正常的實際尺寸更大,但在其他方面,如果我有較少的內容,此方法隱藏滾動視圖的一切。我怎樣才能阻止呢?