Hi all,
I am implementing spelling correction in my UITextView like this
[txtView setAutocorrectionType:UITextAutocorrectionTypeYes];
[txtView setAutocapitalizationType:UITextAutocapitalizationTypeWords];
It is working sometimes but, some times it is not working..
Please suggest me ho wi works.