Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- docker
- 데이터 전달
- 블루투스 헤드셋
- 자바스크립트
- C/C++
- C#
- crashlog
- GDI
- Font
- 한 번만 실행
- php
- .net
- 설치제거
- 크래시로그
- VS2008
- Antialiasing
- protobuf-c
- self-signed ssl
- EUC-KR
- net
- JavaScript
- plcrashreporter
- 와이브로
- 기념일관리
- PDA
- phpmailer
- API
- MFC
- ClickOnce
- M8200
Archives
- Today
- Total
~☆~ 우하하!!~ 개발블로그
[iPhone] 특정 초기화함수를 사용할 수 없도록 하는 방법 본문
반응형
- (id)init
{
[self dealloc];
@throw [NSException exceptionWithName:@"BNRBadInitCall" reason:@"Initialize URLDownloader with initWithServerURL:" userInfo:nil];
return nil;
}
{
[self dealloc];
@throw [NSException exceptionWithName:@"BNRBadInitCall" reason:@"Initialize URLDownloader with initWithServerURL:" userInfo:nil];
return nil;
}
반응형
'iPhone & Cocoa' 카테고리의 다른 글
iPod touch 하드웨어 스펙 (0) | 2009.07.04 |
---|---|
iPhone 프로그래밍 관련 문서 URL (0) | 2009.07.04 |
Xcode 에서 특정 오브젝트가 지원하는 메소드 목록을 보는 방법 (0) | 2009.06.23 |
화면의 가로보기/세로보기 설정 방법 (0) | 2009.06.22 |
UIImageView 의 userInteractionEnabled 속성값은... (0) | 2009.05.29 |