아이폰 개발시 xcode3 버젼에서 빌드가 된 프로젝트인 경우 XIB를 이용한 Localization 작업은 정상적으로 진행되나 Localizable.strings 파일을 이용한 문자열 Localization 작업은 정상적으로 되지 않는 경우가 있다.(추가시) 다음과 같은 케이스에 해당하는 문서 : xcode 3 에서 개발 뒤 xcode 4에서 Localizable.strings 파일 추가시 적용 안되는 사람. : xcode 4에서 처음부터 빌드한 경우엔 정상적으로 출력됨. 해결책 1. Localization 파일 선택 -> 우측의 info 창 확인 -> 의 문자 코드를 UTF-8 -> UTF-16 으로 변경. 2. (1)프로젝트의 빌드 설정 확인 -> Add Build Rule 선택. (2)추가된 룰 ..
//NSData NSString *urlString = @"http://domain.com/filename"; NSURL *url = [NSURL URLWithString:urlString]; NSData *data = [NSData dataWithContentsOfURL:url]; //NSString NSString *urlString = @"http://domain.com/filename"; NSURL *url = [NSURL URLWithString:urlString]; NSString *string = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil];
example.h -(void)keyboardWillShow:(NSNotification *)notice; example.m - (BOOL)textFieldShouldReturn:(UITextField *)textField { if (textfield instance == textField) { [nameTextField resignFirstResponder]; [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:0.3]; CGRect rect = self.view.frame; rect.origin.y += 100; rect.size.height -=100; self.view.frame = rect; [UIView commitA..
- Total
- Today
- Yesterday
- ipod touch
- Canon 40D
- IIS
- ruby
- 1일 1포스팅
- Java
- windows
- 석양
- 사진
- 잡담
- review
- ROR
- linux
- HTML
- server
- MAC
- jQuery
- 하늘
- Apple Store
- cassandra
- 리뷰
- iPhone
- 한빛비즈
- html5
- 한빛리더스
- 보안
- Objective C
- mysql
- it
- photo
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |