I feel like we have answered this question for you a million times.
Just use a standard scroll function to scroll your view up when the keyboard is shown. As I have already told you, you will need to register for keyboard events so you know when it is shown, and if it is shown you can then either scroll the view or you can modify the view's frame size. I feel like you should do a little research yourself this question is very common and you have already asked it.
So, again. Go here and look at how they do it and modify it for your needs.
UITableView and keyboard scrolling problem - Stack Overflow
If you are looking for someone to hand you code that will work perfectly for your own implementation you are crazy.