문자열 합치기 썸네일형 리스트형 [아이폰] UIImage : 웹 그림 표시 아래의 설명에 따라 작성해 보았습니다.인터페이스 빌더에 userImageView을 IBOutlet 으로 설정후 아래와 같이 했습니다. NSString *string1 = @"https://graph.facebook.com/"; NSString *string2 = @"/picture"; NSString *string3 = [string1 stringByAppendingString:self.feedPostId]; NSString *string4 = [string3 stringByAppendingString:string2]; // 문자열 합치기 // 이미지를 읽어올 주소 NSURL *url = [NSURL URLWithString:string4]; NSData *data = [NSData dataWithCon.. 더보기 [아이폰] replace 특수문자 대치, 문자열 합치기 특수문자 대치하기 replace ch_title = [ch_title stringByReplacingOccurrencesOfString:@""" withString:@"\""]; 문자열 합치기 ch_title = [NSString stringWithFormat:@"%@+%@",ch_title,ch]; 더보기 이전 1 다음