私はObj-Cを学んでいて、この構文を理解するのに苦労しています。最初の行は機能しますが、2番目の行では、length
不平を言う整数(-1)に対して算術演算を実行します。どうしてこれなの?
self.historyDisplay.text = [self.historyDisplay.text
substringToIndex:[self.historyDisplay.text length]];
self.historyDisplay.text = [self.historyDisplay.text
substringToIndex:[self.historyDisplay.text length-1]];