[ios] NSString 문자열 삽입 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"알림" message:[NSString stringWithFormat:@"\n%@\n어쩌구 저쩌구.","첨가할 텍스트 또는 변수"] delegate:self cancelButtonTitle:@"취소" otherButtonTitles:@"이동",nil]; Scrapbook/개발 및 프로그래밍 2013.10.25