I\'ve recently discovered a problem in my app that only seems to occur in iOS 10 where the system keyboard does not display when programmatically triggering a text field to beco
As a temporary workaround, call becomeFirstResponder after a delay fixed this, however, not happy with the hacky solution.
becomeFirstResponder