iOS/Objective C
NSString 제일 마지막 문자 삭제
CoCoE
2017. 1. 3. 11:49
제일 마지막의 문자열을 삭제한다
String = [String substringToIndex:String.length - 1];