开发者

Question regarding spell checking in iphone app

I am wanderirng if a spell checker is available for a UItextview in iphone sdk...

Any example?开发者_如何学C


you can use this...

[txtView setAutocorrectionType:UITextAutocorrectionTypeYes];
[txtView setAutocapitalizationType:UITextAutocapitalizationTypeWords];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜