NSDictionary NSLog 한글 출력
2016. 9. 28. 08:48ㆍ개발자료/iOS
반응형
NSData *data = [NSJSONSerialization dataWithJSONObject:dicTemp options:NSJSONWritingPrettyPrinted error:nil]; NSString *strDic = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]; NSLog(@">>>>>> %s - %@", __func__, strDic);
반응형
'개발자료 > iOS' 카테고리의 다른 글
[오픈소스] UILabel+FontSizeFit (0) | 2016.11.28 |
---|---|
파일별 ARC 적용 (0) | 2016.10.31 |
ARC 사용 여부 체크 (0) | 2016.06.13 |
NSString (0) | 2016.03.16 |
iOS7 Simulator Keyboard 올라오지 않을때 (0) | 2014.11.26 |