ios - QuickType (Predictive Keyboard) not working with Subclass UITextInputBase and UIKeyInput -
ios - QuickType (Predictive Keyboard) not working with Subclass UITextInputBase and UIKeyInput -
in application have made subclass uitextinputbase , methods have written same in screen shot.
here issue in textfield if take word quicktype without write letter manually, method
- (void)replacerange:(uitextrange *)range withtext:(nsstring *)text
is calling , can text there whatever user has selected quicktype.
problem
but suppose if have type 't', quick type give me suggestion "the" word. if take "the" word quicktype. above method not calling , m not getting text user has selected quick type.
can 1 please suggest if m missing or can in other method of these subclass? want these text without delegate methods of uitextfield.
thanks.
ios objective-c ios8 uikeyboard quicktypebar
Comments
Post a Comment