-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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?