Reputation: 117
I want to catch the iPhone's autocorrect suggestion and insert it into a new array.
Any suggestions?
Upvotes: 0
Views: 1053
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