CGPoint bottom = CGPointMake(0, scrollView.contentSize.height - scrollView.bounds.size.height); [scrollView setContentOffset:bottom animated:YES];
CGPoint bottom = CGPointMake(0, scrollView.contentSize.height); [scrollView setContentOffset:bottom animated:YES];