티스토리 뷰
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"URL"] cachePolicy:NSURLRequestUseProtocolCachePolicy timeoutInterval:15.0];
NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:nil error:nil];
'나름 프로그래밍? > Objective-C' 카테고리의 다른 글
NSZombieEnabled 설정 하기 (0) | 2010.12.14 |
---|---|
자동 잠금(Auto Lock) 싱행중 방지 - 백라이트 유지 (0) | 2010.11.27 |
EUC-KR 인코딩 (2) | 2010.07.28 |
NSSortDescriptor : Array 에 담긴 Dictionary 의 값을 이용해 소팅 (0) | 2010.06.17 |
UIWebView 의 Delegate(링크 막기) (0) | 2010.05.14 |