1

I'm building a Custom Keyboard

As Apple recommends, I am customizing my keyboard UI in the viewDidLoad method

The problem is that my keyboard seems to stutter every time it's loaded

Do you know of any best practices to manage loading of keyboard views?

Thanks!

Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
nurnachman
  • 4,468
  • 2
  • 37
  • 40
  • This happens to me too! I moved everything to `viewDidAppear` and I still had the stutter... I think it's just for debugging purposes right now, stutter will probably vanish in iOS8 GM release – Albert Renshaw Aug 10 '14 at 04:16
  • 1
    When I run the same custom keyboard in a normal UIViewController - it works like magic. Looks like Apple's view loading is flawed. – nurnachman Aug 10 '14 at 08:58
  • 1
    If that's the case, then think you can rest assured that your loading will run smoothly in iOS8GM :) Until then just ignore it! – Albert Renshaw Aug 10 '14 at 13:41
  • Hey! Just checking up, have you been able to find a solution in iOS8 Beta5? If not I am still waiting until GM... haven't tested moving everything to `viewDidAppear` in BETA5, have you? – Albert Renshaw Aug 28 '14 at 20:46

0 Answers0