Try below code my friend....
- (BOOL)textFieldShouldEndEditing:(UITextField *)textField
{
scroll.contentOffset=CGPointMake(0,25);//you can set position of y(25 here) anything as per your confort and how much do you want to scroll.
}
让我知道它是否有效!
编码快乐!!!!