My question is that I have created the view by CGAffineTransform in landscape mode. In my app I have shown each view in portrait mode. But as I told you I have created one view by CGAffineTransform in landscape, because I have to show a spreadsheet on that view in landscape mode. But I did it logically and the keyboard is not showing in landscape mode. Please give me the code to show the keyboard in landscape mode.
My question is that I have created the view by CGAffineTransform in landscape mode.
Share
Set this for view in question:
and this in viewDidLoad
I know this sounds odd, but it does work.