2

IQKeyboardmanager toolbar works fine if i use Xcode8, but when i use Xcode 9 there is no next , prev & done buttons on Keyboard toolbar.Even other feature are not working in Xcode 9.

SThakur
  • 262
  • 4
  • 16

1 Answers1

0

You can try this:

IQKeyboardManager.shared.enable = true
IQKeyboardManager.shared.enableAutoToolbar = true
Dino
  • 7,779
  • 12
  • 46
  • 85
Sourabh Kumbhar
  • 1,034
  • 14
  • 12