yoni349
yoni349

Reputation: 117

Catch the iPhone's autocorrect suggestion

I want to catch the iPhone's autocorrect suggestion and insert it into a new array.

Any suggestions?

Upvotes: 0

Views: 1053

Answers (1)

ıɾuǝʞ
ıɾuǝʞ

Reputation: 2849

You can get suggestions for words using the UITextChecker class : https://developer.apple.com/library/iOS/#documentation/UIKit/Reference/UITextChecker_Class/Reference/Reference.html

Upvotes: 2

Related Questions