Navigation based app, launched a modalview with code like:
[self presentModalViewController:bookmarkAddViewController animated:YES];
[bookmarkAddViewController release];
In portrait mode, keyboard raised, no problem; but in landscape mode, there is a white bar on top of raised keyboard. Why this happen, and how to fix it?!
PS: not able to attach image due to lack of points. sigh... why SO making things so difficult while its whole purpose is trying to help people.