Questions tagged [uiinputviewcontroller]

62 questions
-1
votes
1 answer

Custom InputView Keyboard Height

I have made a custom keyboard using a .xib and .swift file. I set it for a textfield by doing the following: let customNumberPad = CustomNumberPad() length.inputView = customNumberPad.inputView However, the size of the keyboard area is large like…
WillM00
  • 1
  • 1
-2
votes
1 answer

What is the difference between UIViewController and UIInputViewController ios swift

Here I'am working on CustomKeyboardExtension. In my extensible .swift class file the class definition starts with UIInputViewController class KeyboardViewController: UIInputViewController { @IBOutlet var nextKeyboardButton: UIButton! …
steveSarsawa
  • 1,559
  • 2
  • 14
  • 31
1 2 3 4
5