반응형
[ios] String Concat ( String 연결하기 ) |
-
자바에서 + 나 StringBuilder 로 String 연결하다가 iOS 로 하려니 잘 모르겠어서 찾아봤다.
아래와 같이 하면 된다.
[NSString stringWithFormat:@“%@%@“, str1, str2];
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios] abstract class 만드는 방법 (0) | 2017.10.27 |
---|---|
[ios] Solution for "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection" (0) | 2017.10.26 |
[ios] GCD ( Grand Central Dispatch ) Tutorial (0) | 2017.10.24 |
[ios/design pattern] private 메서드 정의하기 (0) | 2017.10.23 |
[Effective Objective-C] 총 정리 (0) | 2017.10.22 |
댓글