fourLetterWord = @"isdjfiodjof";
if ([UIReferenceLibraryViewController dictionaryHasDefinitionForTerm:fourLetterWord]) {
self.display.text = fourLetterWord;
return;
}
else
fourLetterWord = @"";
该字符串正在被接受。我不知道我在这里做错了什么,但在 4.5 之前它工作得很好。这是 xcode 4.5 的问题,还是我的代码有问题?