I'm working on a iOS keyboard extension - and would like to temporarily disable rotation of the keyboard. The reason is that we use the keyboard view also for settings, since the settings bundle for keyboards extensions were (still are?) broken when we started development.
Basically, we change the size of the keyboard to full screen, and render the settings view there. However, we would prefer to always show settings in portrait orientation - regardless of the orientation of the device.
Is this possible - or will I be forced to implement settings in both landscape and portrait mode?