scroll cannot move up when text field cliked

- (void)keyboardWasShown:(NSNotification *)notification {
if (_nameTF.isEditing == YES) {

}else{
}
Previous
Next Post »