| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 블루투스 헤드셋
- Font
- MFC
- Antialiasing
- M8200
- phpmailer
- 한 번만 실행
- docker
- VS2008
- GDI
- C/C++
- EUC-KR
- C#
- crashlog
- ClickOnce
- PDA
- plcrashreporter
- 데이터 전달
- API
- protobuf-c
- 기념일관리
- 자바스크립트
- net
- JavaScript
- 설치제거
- php
- self-signed ssl
- .net
- 와이브로
- 크래시로그
- Today
- Total
목록전체 글 (313)
~☆~ 우하하!!~ 개발블로그
[NSTimer scheduledTimerWithTimeInterval:time target:self selector:@selector(performTimerAction:) userInfo:nil repeats:NO];
출처 : http://www.apple.com/ipodtouch/specs.html Size and weight Height:4.3 inches (110 mm)Width:2.4 inches (61.8 mm)Depth:0.33 inch (8.5 mm)Weight:4.05 ounces (115 grams)1 Capacity 8GB, 16GB, or 32GB flash drive2 Holds up to 1,750, 3,500, or 7,000 songs in 128-Kbps AAC format3 Holds up to 10,000, 20,000, or 25,000 iPod-viewable photos4 Holds up to 10 hours, 20 hours, or 40 hours of video5 Wireles..
http://developer.apple.com/iphone/ iPhone Application Programming GuideiPhone Development GuideiPhone Human Interface GuidelinesYour First iPhone Application
- (id)init { [self dealloc]; @throw [NSException exceptionWithName:@"BNRBadInitCall" reason:@"Initialize URLDownloader with initWithServerURL:" userInfo:nil]; return nil; }
UIButton* btnTest = [UIButton buttonWithType:UIButtonTypeRoundedRect]; 라고 선언했다라고 가정하자. UIButton 이 어떤 어떤 메소드를 지원하는지 API 문서를 보기 전에는 막막하다. [btnTest 라고 까지만 입력한 후에 ESC 키를 눌러보자. 목록이 나타난다. 최소한 내가 무얼 해야 하는지에 대한 작은 조언은 받을 수 있게 된다.
UIViewController 의 shouldAutorotateToInterfaceOrientation 함수에서 가로보기 모드 또는 세로보기 모드를 고정시킬 수가 있다. UIViewController 의 shouldAutorotateToInterfaceOrientation 함수의 기본 내용은 다음과 같다. // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return (inte..
iPhone SDK 3.0 을 설치하기 위한 최소 조건으로 MacOSX 의 버전이 10.5.7 이어야 한다는 사실에 MacOSX 의 자체적인 소프트웨어 업데이트 방법으로 업데이트 시도했으나 실패. 정보 검색하여 다음과 같은 참고 자료를 발견함. http://www.dailyblogged.com/960/os-x-1057-installation-guide/ 그대로 따라하여 업데이트 성공!!
