You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table view cell as an IntegerInputTableViewCell. When using the app on the iPhone 5S simulator and selecting the table view cell, the inputAccessoryView seems to appear off the bottom of the screen. What I see is just the black toolbar with the Done button at the bottom of the simulator screen, but the integer keypad is not visible.
The inputAccessoryView appears normally when using all other simulators (but the same issue is present when selecting the "Resizable iPhone" in XCode 6 beta). I am not sure what is visible on an actual iPhone 5S.
I see this message in the log output:
Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default
Has anyone else seen this behavior?
The text was updated successfully, but these errors were encountered:
FYI, apple rejected one of my apps due to this. They complained that the app did no allow the user to enter input on an iPad. I responded that the app works fine on an actual iPad and that on a simulator all one has to due is disable external keyboard or toggle SW keyboard. They accepted this comment and allowed the app to be approved.
I have a table view cell as an IntegerInputTableViewCell. When using the app on the iPhone 5S simulator and selecting the table view cell, the inputAccessoryView seems to appear off the bottom of the screen. What I see is just the black toolbar with the Done button at the bottom of the simulator screen, but the integer keypad is not visible.
The inputAccessoryView appears normally when using all other simulators (but the same issue is present when selecting the "Resizable iPhone" in XCode 6 beta). I am not sure what is visible on an actual iPhone 5S.
I see this message in the log output:
Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default
Has anyone else seen this behavior?
The text was updated successfully, but these errors were encountered: