I have a problem. I am developing a game like ludo. In this i have to create text field, for all players participating in game. These players may be in all directions of iPad. And for filling answer in this text field user can use keyboard of iPad. But problem is that I am unable to open keyboard form all sides of iPad.
I am using-
[[UIApplication sharedApplication] setStatusBarOrientation:toInterfaceOrientation animated:YES];
for changing orientation of keyboard. It is working in lower ios versions. But in ios6 it is not working properly. Any help will be appreciated.