こんにちは、Table View と Navigation Controller を組み合わせたアプリを Tab Bar アプリケーションに構築しています。コンパイル中に、「setText」は非推奨ですというエラーが発生しました。
これは、このエラーが発生したコードのセクションです。
NSUInteger row = [indexPath row];
cell.text = [glossaryArray objectAtIndex:row]; // Right here is the problem
うまくいけば、誰かが私を助けることができますか?ありがとう