iPhone Programming: Deactivate spell check in UITextView
问题 UITextAutocorrectionTypeNo didn't work for me. I'm working on a crossword app for the iPhone. The questions are in UITextViews and I use UITextFields for the User-Input of each letter. By touching a question(UITextView), the TextField for the first answer char becomesFirstResponder. It all works fine but the UITextViews are still spell checking and mark the wrong words in the question, even if I set them UITextAutocorrectionTypeNo . //init of my Riddle-Class ... for (int i = 0; i <