Sophia Tung

Results 2 comments of Sophia Tung

I fixed this by moving the entire view up by first adding ``` obj-c [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil]; [self becomeFirstResponder]; ``` to...

Hey, thanks for the quick response! I can absolutely make a PR for the changes. So as I understand, you will want two additional methods in addition for the current...