I\'m creating a Custom Keyboard Extension for iOS 8.
I want to get the whole string that the user wrote in the text input field.
Unfortunately I stumble in t
I had the same problem and I think it has been fixed with Xcode 6 beta 4.
Just append documentContextAfterInput to documentContextBeforeInput to get the full input field text.