0

For some reason that I don't know and can't find, my Keyboard, is just a bar. I got several fields that needs a numeriek keyboard pad on the iPad/Ios. It did work, but then i did dismiss the keyboard and it never comes back, not even after a restart of the simulator. Even when I set the keyboard type in IB, I got the same result, just a bar.

    self.NearPoint.keyboardType = .decimalPad
    self.FarPoint.keyboardType = .decimalPad

the bar instead of the keyboard

rmaddy
  • 314,917
  • 42
  • 532
  • 579
iPadawan
  • 898
  • 1
  • 12
  • 23

1 Answers1

0

To enable/disable simulator keyboard,

⌘ + K (Ctrl + k)

To disable input from your keyboard,

iOS Simulator -> Hardware -> Keyboard -> Uncheck "Connect Hardware Keyboard"

Julian Silvestri
  • 1,970
  • 1
  • 15
  • 33
  • Yes, so far so good. Never read anything about this ( I should read more ;) ). Never happende before too during dev. I thought a restart will do, but apparently not. Thank you Julian. Not enough point to add a vote yet. – iPadawan Jan 28 '19 at 18:15