iOS input textfield rotation.
I am developing an app for both iOS and Android. When my app launches I have a login screen requiring a user to fill out a form.... but the form is slightly angled, about 30 degrees to conform to the graphics provided to me.
On Android the textfield appears correctly and as I type I can see the input appearing in the textfield at an angle.
On iOS it is completely ignoring the angle and setting the rotation back to 0.... and now the textfield is no longer aligned with my graphics. I understand that for iOS, it overlays its own textfield and tries to match color, size, and etc... but apparently just not the angle.
Is it possible to add rotation to an input textfield on iOS?
